mirror of
https://github.com/wukko/cobalt.git
synced 2025-01-24 03:36:22 +01:00
web/FileReceiver: fix meowbalt z index
This commit is contained in:
parent
0d41fe6fa3
commit
b9958a8102
1 changed files with 1 additions and 1 deletions
|
@ -113,9 +113,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.open-file-container :global(.meowbalt) {
|
.open-file-container :global(.meowbalt) {
|
||||||
|
z-index: 2;
|
||||||
clip-path: inset(0px 0px 16px 0px);
|
clip-path: inset(0px 0px 16px 0px);
|
||||||
margin-bottom: -16px;
|
margin-bottom: -16px;
|
||||||
|
|
||||||
transition:
|
transition:
|
||||||
clip-path 0.2s,
|
clip-path 0.2s,
|
||||||
margin-bottom 0.2s;
|
margin-bottom 0.2s;
|
||||||
|
|
Loading…
Reference in a new issue