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:
parent
153a2bb0fd
commit
d5128cb987
2 changed files with 5 additions and 9 deletions
src/components/main/Header
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue