Top bar height as css variable
This commit is contained in:
parent
e96093a81b
commit
5208063f48
@ -106,7 +106,7 @@ section.settings {
|
|||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100vh - 111px);
|
height: calc(100vh - var(--iqser-top-bar-height) - 50px);
|
||||||
transition: height ease-in-out 0.2s;
|
transition: height ease-in-out 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
@use '../../../assets/styles/common-mixins' as mixins;
|
@use '../../../assets/styles/common-mixins' as mixins;
|
||||||
|
|
||||||
:host cdk-virtual-scroll-viewport {
|
:host cdk-virtual-scroll-viewport {
|
||||||
height: calc(100vh - 50px - 31px - 111px);
|
height: calc(100vh - 50px - 31px - var(--iqser-top-bar-height) - 50px);
|
||||||
overflow-y: hidden !important;
|
overflow-y: hidden !important;
|
||||||
background-color: var(--iqser-background);
|
background-color: var(--iqser-background);
|
||||||
@include mixins.scroll-bar;
|
@include mixins.scroll-bar;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user