first part of syncing LCARStrek with Firefox 49/50 devtools theme changes
[themes.git] / LCARStrek / devtools / layout.css
index 3e3f1996d47be9fe38eb470cc81e54bf16f3916c..16e2fd197991b0b7cbc8986c02d0a47510dbc974 100644 (file)
@@ -7,6 +7,12 @@
   overflow: auto;
 }
 
+#layout-wrapper {
+  /* The sidebar-panel is not focusable, this wrapper will catch click events in
+     all the empty area around the layout-container */
+  height: 100%;
+}
+
 #layout-container {
   /* The view will grow bigger as the window gets resized, until 400px */
   max-width: 400px;