X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Flayout.css;fp=LCARStrek%2Fdevtools%2Flayout.css;h=16e2fd197991b0b7cbc8986c02d0a47510dbc974;hb=6f751fd100ed69c35ed979e9d0db9d0f991af80a;hp=3e3f1996d47be9fe38eb470cc81e54bf16f3916c;hpb=db1c5db107950e750d8c3cf3a6ac106ec0cc606e;p=themes.git diff --git a/LCARStrek/devtools/layout.css b/LCARStrek/devtools/layout.css index 3e3f1996..16e2fd19 100644 --- a/LCARStrek/devtools/layout.css +++ b/LCARStrek/devtools/layout.css @@ -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;