Hello, i have tried to make a full screen bar.
You can see a demo here: https://www.katharina-liensberger.at/startseiteN/
It works fine, if i write in the dimensions height field the code: calc(100vh).
Also it works fine if i write in CSS the code:
$el.x-bar {
min-height: 100vH !important;
}
But when i am logged in as an administrator, the wpadminbar is visible. Now the height of the calculatet fullscreenbar is to heigh and should be reduced with the heigh of the wpadminbar.
How can i do this ?