mirror of
https://github.com/romancm/gamebrary
synced 2024-11-23 19:53:14 +00:00
Removed overlay scroll in favor of traditional scroll
This commit is contained in:
parent
f54a406744
commit
7b467f1aa8
1 changed files with 0 additions and 1 deletions
|
@ -283,7 +283,6 @@ export default {
|
||||||
max-height: calc(100vh - 154px);
|
max-height: calc(100vh - 154px);
|
||||||
min-height: 80px;
|
min-height: 80px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-y: overlay;
|
|
||||||
margin-top: $list-header-height;
|
margin-top: $list-header-height;
|
||||||
padding: 0 $gp / 2;
|
padding: 0 $gp / 2;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue