Fix mobile setting modal behavior: ensure the mobile browser address bar doesn't overlap the modal top panel.

This commit is contained in:
eugenijm 2020-07-21 14:53:01 +03:00
parent 25a015b471
commit dac075c61a
3 changed files with 33 additions and 1 deletions

View file

@ -1,6 +1,7 @@
@import 'src/_variables.scss';
.settings-modal {
overflow: hidden;
height: 100%;
&.peek {
.settings-modal-panel {
@ -27,7 +28,7 @@
@media all and (max-width: 800px) {
max-width: 100vw;
height: 100vh;
height: 100%;
}
>.panel-body {