mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: Remove border-box from modal-body to avoid iOS fixed position bug
This commit is contained in:
parent
c954d083df
commit
de559f3fe3
8 changed files with 25 additions and 14 deletions
|
@ -62,6 +62,7 @@
|
|||
}
|
||||
|
||||
.discourse-local-dates-create-modal {
|
||||
box-sizing: border-box;
|
||||
min-height: 320px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue