From 2563b23a31820858f6c4c18ee1dcab0479f3a0b7 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 4 Dec 2023 15:25:19 +0800 Subject: [PATCH] Prevent scrolling inside status carousel link --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index bc3fef3e..d0af128e 100644 --- a/src/app.css +++ b/src/app.css @@ -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)) {