mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
FIX: Fix vertical scrolling in modals
Partially reverts 57af43b
This commit is contained in:
parent
cf0acad1e4
commit
9ddd40df13
@ -193,6 +193,7 @@
|
|||||||
.modal-body {
|
.modal-body {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
overflow-y: auto;
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
&.full-height-modal {
|
&.full-height-modal {
|
||||||
max-height: calc(100vh - 150px);
|
max-height: calc(100vh - 150px);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user