Fix scrollbars on Windows

This commit is contained in:
Justin Edmund 2020-09-18 07:16:27 -07:00
parent eaf65130da
commit 3dad9abec7

View file

@ -19,7 +19,7 @@
height: 320px;
min-width: 360px;
max-width: 480px;
overflow: scroll;
overflow-y: auto;
position: relative;
z-index: 10;
}