Reserve scrollbar gap when body scroll is locked

This commit is contained in:
taehoon 2019-07-19 12:50:21 -04:00
parent ae70439447
commit 92be5a6877

View file

@ -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;