mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-03 18:25:02 +08:00
style(core): add visibility prop to the invisible class
!nuf
This commit is contained in:
parent
6ccdadfe34
commit
48b57320b2
1 changed files with 1 additions and 0 deletions
|
@ -277,6 +277,7 @@ key {
|
|||
.invisible {
|
||||
opacity: 0 !important;
|
||||
pointer-events: none !important;
|
||||
visibility: hidden !important;
|
||||
}
|
||||
|
||||
.scrollToTopButton {
|
||||
|
|
Loading…
Reference in a new issue