Fix settings panel scrollbar on iOS safari
This commit is contained in:
@@ -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
Reference in New Issue
Block a user