discourse/app/assets/stylesheets/mobile/dialog.scss

7 lines
187 B
SCSS

.dialog-container {
// fixes modal placement on Android when keyboard is visible
html.keyboard-visible:not(.ios-device) & {
height: calc(100% - env(keyboard-inset-height));
}
}