fix: background overlapping certain elements

in visitor view
This commit is contained in:
Mar0xy 2023-10-07 18:57:09 +02:00
parent beb998f23d
commit 8961872edc
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828

View file

@ -185,6 +185,7 @@ defineExpose({
width: 500px;
height: 100vh;
background: var(--accent);
z-index: 1;
> .banner {
position: absolute;
@ -213,6 +214,8 @@ defineExpose({
> .header {
background: var(--panel);
position: relative;
z-index: 1;
> .wide {
line-height: 50px;