🎨 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:
CriticalRespawn 2018-03-19 11:21:23 +00:00 committed by Kevin Ansfield
parent 468fb7b354
commit d342a19efd

View File

@ -119,7 +119,6 @@
.modal-body {
position: relative;
overflow-y: auto;
}
.modal-body p {