web/FileReceiver: fix meowbalt z index

This commit is contained in:
wukko 2024-08-13 16:16:50 +06:00
parent 0d41fe6fa3
commit b9958a8102
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -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;