mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 10:45:41 +03:00
Prevent scrolling inside status carousel link
This commit is contained in:
parent
ac05fabf05
commit
2563b23a31
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue