9 lines
113 B
Plaintext
Raw Normal View History

2019-02-27 11:06:55 +08:00
.fixedHeader {
position: fixed;
top: 0;
right: 0;
z-index: 9;
width: 100%;
transition: width 0.2s;
}