mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-25 10:19:06 +01:00
fix z-index
This commit is contained in:
parent
d9c8c7af98
commit
72892dbee7
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -41,7 +41,7 @@ defineExpose({
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
z-index: 2;
|
||||
z-index: 5;
|
||||
> span {
|
||||
display: inline-block;
|
||||
background: var(--panel);
|
||||
|
|
Loading…
Reference in a new issue