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;
|
position: fixed;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
left: 0;
|
||||||
|
right: -20px;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 0 50%;
|
background-position: 0 50%;
|
||||||
|
@ -351,6 +352,7 @@ i[class*=icon-] {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue