Closed erayrafet closed 3 years ago
Describe the bug The main menu isn't scrollable and gets cropped off on small screens (high zoom).
To Reproduce Steps to reproduce the behavior:
Expected behavior The menu itself to be reduced in height and the list to be scrollable.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context My own fix is this CSS snippet:
`
max-height: 90vh; overflow: overlay; } `
Video demo: https://drive.google.com/file/d/1YHIQZKO9ZHTQQMWa38AlQePzkgBlGMFa/view?usp=sharing
Thank you for the report! Fixed in 0.9.0 (13). By the way, you have an awesome theme!
Describe the bug The main menu isn't scrollable and gets cropped off on small screens (high zoom).
To Reproduce Steps to reproduce the behavior:
Expected behavior The menu itself to be reduced in height and the list to be scrollable.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context My own fix is this CSS snippet:
`
column-left .sidebar-tools-button .btn-menu {
max-height: 90vh; overflow: overlay; } `
Video demo: https://drive.google.com/file/d/1YHIQZKO9ZHTQQMWa38AlQePzkgBlGMFa/view?usp=sharing