From 23071cb625fa062cb39653d559566c0c57d45490 Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Sat, 22 Jun 2024 14:30:48 +0200 Subject: [PATCH] disable image drag --- layout/theme.liquid | 1 + 1 file changed, 1 insertion(+) diff --git a/layout/theme.liquid b/layout/theme.liquid index a26a255..211aa7f 100644 --- a/layout/theme.liquid +++ b/layout/theme.liquid @@ -306,6 +306,7 @@ } html { + overflow-y: scroll; box-sizing: border-box; font-size: calc(var(--font-body-scale) * 62.5%); height: 100%;