mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
FIX: Remove border-box from modal-body to avoid iOS fixed position bug
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
}
|
||||
|
||||
.discourse-local-dates-create-modal {
|
||||
box-sizing: border-box;
|
||||
min-height: 320px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
Reference in New Issue
Block a user