mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
🎨 Fixed unexpected scrollbars in modals when using Firefox (#974)
no issue - when opening the "Invite user" modal (and possibly others) Firefox would flash a scrollbar and allow the modal body to be scrolled vertically by a tiny amount - removed unnecessary `overflow: auto` on the modal body element
This commit is contained in:
parent
468fb7b354
commit
d342a19efd
@ -119,7 +119,6 @@
|
||||
|
||||
.modal-body {
|
||||
position: relative;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.modal-body p {
|
||||
|
Loading…
Reference in New Issue
Block a user