X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Frules.css;fp=LCARStrek%2Fdevtools%2Frules.css;h=08f320a274434f371f139c004dae3783fd111381;hp=530f3cb1fbfac3f769d0bd77d8bb6c37d9571623;hb=1ad21b1f6b999bccea1c6d768ebbd4bc900479d0;hpb=6f751fd100ed69c35ed979e9d0db9d0f991af80a diff --git a/LCARStrek/devtools/rules.css b/LCARStrek/devtools/rules.css index 530f3cb1..08f320a2 100644 --- a/LCARStrek/devtools/rules.css +++ b/LCARStrek/devtools/rules.css @@ -21,10 +21,7 @@ display: flex; flex-direction: column; width: 100%; - /* Bug 1243598 - Reduce the container height by the tab height to make room - for the tabs above. */ - height: calc(100% - 24px); - position: absolute; + height: 100%; } /* Rule View Toolbar */ @@ -37,7 +34,6 @@ #ruleview-toolbar { display: flex; - height: 23px; } #ruleview-toolbar > .devtools-searchbox:first-child {