style(core): add visibility prop to the invisible class

!nuf
This commit is contained in:
Miodec 2024-07-05 17:15:02 +02:00
parent 6ccdadfe34
commit 48b57320b2

View file

@ -277,6 +277,7 @@ key {
.invisible {
opacity: 0 !important;
pointer-events: none !important;
visibility: hidden !important;
}
.scrollToTopButton {