imagine

a simple image editor
git clone git://source.orangerot.dev:/university/imagine.git
Log | Files | Refs | README | LICENSE

commit 782427b1c27f0bbc16f032f942f2a901694b3165
parent 0fb7c13d57cb0ab8a14610fea4de3e854c3d1a6b
Author: Orangerot <purple@orangerot.dev>
Date:   Mon, 13 Jan 2025 10:17:29 +0100

fix: add scroll-behavior on html tag

Diffstat:
Mstyle.css | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/style.css b/style.css @@ -1,6 +1,9 @@ +html { + scroll-behavior: smooth; +} + body { margin: 0px; - scroll-behavior: smooth; padding-top: 100dvh; }