mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 16:33:07 +02:00
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;
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue