fix: background overlapping certain elements
in visitor view
This commit is contained in:
parent
beb998f23d
commit
8961872edc
1 changed files with 3 additions and 0 deletions
|
@ -185,6 +185,7 @@ defineExpose({
|
||||||
width: 500px;
|
width: 500px;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
background: var(--accent);
|
background: var(--accent);
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
> .banner {
|
> .banner {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -213,6 +214,8 @@ defineExpose({
|
||||||
|
|
||||||
> .header {
|
> .header {
|
||||||
background: var(--panel);
|
background: var(--panel);
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
> .wide {
|
> .wide {
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
|
|
Loading…
Reference in a new issue