make border 0 on hidden mode

This commit is contained in:
srgooglo 2022-05-12 17:00:31 +02:00
parent c33003b3c6
commit ff50b5d4f3

View File

@ -27,5 +27,6 @@
opacity: 0;
height: 0 !important;
padding: 0 !important;
border: 0 !important;
}
}