2
0
Fork 0
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:
Kris 2020-02-19 11:08:15 -05:00
parent c954d083df
commit de559f3fe3
8 changed files with 25 additions and 14 deletions

View file

@ -62,6 +62,7 @@
}
.discourse-local-dates-create-modal {
box-sizing: border-box;
min-height: 320px;
display: flex;
flex-direction: row;