Sword/src/layouts/Header.less

9 lines
113 B
Plaintext

.fixedHeader {
position: fixed;
top: 0;
right: 0;
z-index: 9;
width: 100%;
transition: width 0.2s;
}