fix: increase z-index to stay on top of other page elements
This commit is contained in:
parent
d84c415b22
commit
9893373a43
1 changed files with 1 additions and 1 deletions
|
@ -27,6 +27,6 @@
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
|
|
||||||
box-shadow: var(--container-box-shadow);
|
box-shadow: var(--container-box-shadow);
|
||||||
z-index: 1;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue