fix z-index

This commit is contained in:
Freeplay 2023-05-25 15:50:14 -04:00
parent 3f58162cf4
commit b5ffb5af8d
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ defineExpose({
<style lang="scss" scoped>
._button {
font-weight: 700;
z-index: 2;
z-index: 5;
> span {
background: var(--cwBg) !important;
color: var(--cwFg);

View file

@ -41,7 +41,7 @@ defineExpose({
bottom: 0;
left: 0;
width: 100%;
z-index: 2;
z-index: 5;
> span {
display: inline-block;
background: var(--panel);