Fix settings panel scrollbar on iOS safari

This commit is contained in:
2020-05-02 22:16:05 +02:00
parent f0ee1f061c
commit 204464d6fd
3 changed files with 4 additions and 3 deletions

View File

@@ -462,6 +462,7 @@ $legend-color: $post-color;
background: rgba(255, 255, 255, 0.8); background: rgba(255, 255, 255, 0.8);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
flex-wrap: nowrap;
.settings-header { .settings-header {
text-align: center; text-align: center;
@@ -497,7 +498,7 @@ $legend-color: $post-color;
.settings-sections { .settings-sections {
flex: 1 1 auto; flex: 1 1 auto;
overflow: hidden; overflow: auto;
#settings-sections-scrollbox { #settings-sections-scrollbox {
height: 100%; height: 100%;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long