fix: fix problem with additional scroll bars in inventory on vivaldi and chromium

Closes #96
This commit is contained in:
Johannes Loher 2022-05-13 17:10:01 +02:00
parent 98f76cc0bd
commit e12c6033dd

View file

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