mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 20:51:50 +08:00
7 lines
187 B
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));
|
|
}
|
|
}
|