Reserve scrollbar gap when body scroll is locked

このコミットが含まれているのは:
taehoon 2019-07-19 12:50:21 -04:00
コミット 92be5a6877
1個のファイルの変更3行の追加1行の削除

ファイルの表示

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