summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/system/system.css b/modules/system/system.css
index 0d516823e..a3d5a9bb2 100644
--- a/modules/system/system.css
+++ b/modules/system/system.css
@@ -329,6 +329,10 @@ html.js fieldset.collapsed legend a {
html.js fieldset.collapsible legend a {
display: block;
}
+/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
+html.js fieldset.collapsible .fieldset-wrapper {
+ overflow: auto;
+}
/*
** Resizable text areas