Skip to content

Commit

Permalink
G3 スクロール時のメニュー右側に余白が出来る #588
Browse files Browse the repository at this point in the history
  • Loading branch information
kurudrive committed Apr 22, 2021
1 parent 381958f commit 47055a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Expand Up @@ -47,7 +47,13 @@
position: fixed;
top: 0px;
left: 0;
width: 100%;

/*
100vwはWindowsでスクロールバーも含んで横スクロールバーが出てしまうので極力使用しない
が、結局 calc(50% - 50vw); でも出てしまうので、bodyで overflow-x:hidden; している。
*/
width:100vw;

min-height: unset;
background-color: var(--vk-color-header-bg);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
Expand Down
2 changes: 1 addition & 1 deletion _g3/assets/css/style.css

Large diffs are not rendered by default.

0 comments on commit 47055a3

Please sign in to comment.