Closed benkaiser closed 3 years ago
Yep, seem like it is, thanks! Edit: No it's not that simple. You need the scrollbars on smaller windows. The problem is why the scrollbars are there on a bigger window.
I fixed this by hiding the horizontal scrollbar and hiding the vertical scrollbar when windowheight is greater then 800px: https://github.com/bitrequest/bitrequest.github.io/blob/master/assets/styles/media.css#L294
It appears when the dialog launches that both horizontal and vertical scrollbars are shown. Is this an easy fix?
Is it as simple as adding this CSS?