Merge branch '096-fix-additional-scrollbars-in-inventory' into 'master'
fix: fix problem with additional scroll bars in inventory on vivaldi and chromium Closes #96 See merge request dungeonslayers/ds4!194
This commit is contained in:
commit
d83f70144b
1 changed files with 1 additions and 2 deletions
|
@ -13,12 +13,10 @@
|
|||
|
||||
$row-height: 1.75em;
|
||||
|
||||
align-items: center;
|
||||
display: grid;
|
||||
grid-column-gap: 0.5em;
|
||||
grid-row-gap: 0.2em;
|
||||
margin: 0;
|
||||
overflow-y: auto;
|
||||
padding: 0.5em 0;
|
||||
|
||||
&--weapon {
|
||||
|
@ -114,6 +112,7 @@
|
|||
background-color: transparent;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
&--checkbox {
|
||||
|
|
Loading…
Reference in a new issue