We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5242f commit d4a8599Copy full SHA for d4a8599
assets/snl-styles.css
@@ -248,6 +248,7 @@ body.light-mode .dial-card{
248
justify-content:space-between;
249
width: 100%;
250
align-items: center;
251
+ z-index: 2001 ;
252
}
253
254
.dial-close{
@@ -279,13 +280,15 @@ body.light-mode .dial-card{
279
280
281
@media (pointer: coarse) {
282
.dial-close:hover{
- pointer-events: none;
283
+ font-weight: inherit;
284
285
.dial-share:hover{
286
+ color: inherit;
287
+ transform: none;
288
289
.floating-text:hover{
290
+ animation-play-state:inherit;
291
+ cursor: inherit;
292
293
294
0 commit comments