1
0

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
+3
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;