mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-29 11:06:10 +00:00
web/FileReceiver: fix meowbalt z index
This commit is contained in:
parent
0d41fe6fa3
commit
b9958a8102
|
@ -113,9 +113,9 @@
|
|||
}
|
||||
|
||||
.open-file-container :global(.meowbalt) {
|
||||
z-index: 2;
|
||||
clip-path: inset(0px 0px 16px 0px);
|
||||
margin-bottom: -16px;
|
||||
|
||||
transition:
|
||||
clip-path 0.2s,
|
||||
margin-bottom 0.2s;
|
||||
|
|
Loading…
Reference in a new issue