Skip to content

Commit d4a8599

Browse files
committed
Fix on Hover on mobile
1 parent 9a5242f commit d4a8599

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

assets/snl-styles.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ body.light-mode .dial-card{
248248
justify-content:space-between;
249249
width: 100%;
250250
align-items: center;
251+
z-index: 2001 ;
251252
}
252253

253254
.dial-close{
@@ -279,13 +280,15 @@ body.light-mode .dial-card{
279280

280281
@media (pointer: coarse) {
281282
.dial-close:hover{
282-
pointer-events: none;
283+
font-weight: inherit;
283284
}
284285
.dial-share:hover{
285-
pointer-events: none;
286+
color: inherit;
287+
transform: none;
286288
}
287289
.floating-text:hover{
288-
pointer-events: none;
290+
animation-play-state:inherit;
291+
cursor: inherit;
289292
}
290293

291294
}

0 commit comments

Comments
 (0)