Skip to content
Snippets Groups Projects
Unverified Commit 8961872e authored by Mar0xy's avatar Mar0xy
Browse files

fix: background overlapping certain elements

in visitor view
parent beb998f2
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment