forked from AkkomaGang/akkoma-fe
Reserve scrollbar gap when body scroll is locked
This commit is contained in:
parent
ae70439447
commit
92be5a6877
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
|||
position: fixed;
|
||||
z-index: -1;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
left: 0;
|
||||
right: -20px;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0 50%;
|
||||
|
@ -351,6 +352,7 @@ i[class*=icon-] {
|
|||
align-items: center;
|
||||
position: fixed;
|
||||
height: 50px;
|
||||
box-sizing: border-box;
|
||||
|
||||
.logo {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue