diff options
-rw-r--r-- | template-common/default-layout.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template-common/default-layout.css b/template-common/default-layout.css index 235f7df5f..a128381d2 100644 --- a/template-common/default-layout.css +++ b/template-common/default-layout.css @@ -12,6 +12,9 @@ BODY { min-width: 60em; /* ~ 3* #menubar width */ } +BODY#thePopuphelpPage { + min-width: 0; +} /* Set the width of the menubar for the admin section */ BODY#theAdminPage #menubar { |