Prevent scrolling inside status carousel link

This commit is contained in:
Lim Chee Aun 2023-12-04 15:25:19 +08:00
parent ac05fabf05
commit 2563b23a31

View file

@ -967,7 +967,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
border: 1px solid var(--outline-color);
background-color: var(--bg-blur-color);
border-radius: 16px;
overflow: hidden;
overflow: clip;
box-shadow: 0 1px var(--bg-color);
&:has(.status-badge:not(:empty)) {