Connection Status Overlay: Fix z-index (#3335)

This commit is contained in:
Alexander Zinchuk 2023-06-18 12:03:44 +02:00
parent 11aa44de56
commit d3922cb116

View File

@ -3,6 +3,7 @@
top: 0;
left: 0;
width: 100%;
z-index: 2;
transition: transform 300ms ease, opacity 300ms ease;
opacity: 1;