fixed horizontal scrollbar issue on 400% resize mode (#1099)

This commit is contained in:
Sunil Kumar Yadav
2021-09-21 21:36:49 +05:30
committed by GitHub
parent 15a26d6500
commit 50b99ceb42

View File

@@ -9,6 +9,7 @@
flex-grow: 1; flex-grow: 1;
padding: 0 34px; padding: 0 34px;
margin: 20px 0; margin: 20px 0;
overflow-x: hidden;
& > :not(.collapsibleSection) { & > :not(.collapsibleSection) {
margin-bottom: @DefaultSpace; margin-bottom: @DefaultSpace;