From a192554b8b9bf277da7573ac3bee6be7a838fea1 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 25 Oct 2023 13:35:20 +0800 Subject: [PATCH] Test overflow-anchor: auto --- src/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.css b/src/app.css index 73ec9771..3f16d37d 100644 --- a/src/app.css +++ b/src/app.css @@ -86,6 +86,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) { width: var(--main-width); max-width: 100%; background-color: var(--bg-color); + overflow-anchor: auto; } .deck.contained { overflow: auto;