custom.css
... ...
@@ -18,5 +18,5 @@
18 18
}
19 19
20 20
.hover:not(:hover) {
21
- display: none;
21
+ visibility: hidden;
22 22
}