Elastic: Fix regression where on mobile scrollbar could have been missing in some pages

pull/6763/head
Aleksander Machniak 5 years ago
parent 35b12620eb
commit 14265248ce

@ -452,7 +452,7 @@ html.ms .propform {
html.layout-small &,
html.layout-phone & {
display: initial;
overflow: initial !important;
overflow-y: auto !important;
.formcontent {
overflow: initial !important;

Loading…
Cancel
Save