1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-01 23:56:41 +07:00

fixed header position

This commit is contained in:
Fedor Katurov 2021-11-19 17:23:06 +07:00
parent 153a2bb0fd
commit d5128cb987
2 changed files with 5 additions and 9 deletions
src/components/main/Header

View file

@ -3,9 +3,8 @@
.wrap {
height: $header_height;
z-index: 25;
position: fixed;
position: sticky;
top: 0;
left: 0;
width: 100%;
display: flex;
align-items: stretch;