From 813388a4f4711788e80fe7a43950802170c8285a Mon Sep 17 00:00:00 2001 From: Lino Schmidt Date: Mon, 12 Jun 2023 11:35:45 +0200 Subject: [PATCH] scrollbar fix --- src/templates/index.ejs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/templates/index.ejs b/src/templates/index.ejs index ceed4f2..f306ef6 100644 --- a/src/templates/index.ejs +++ b/src/templates/index.ejs @@ -28,8 +28,6 @@ background-color: #172336; color: #fff; border: none; - scrollbar-width: thin; - scrollbar-color: #172336 #172336; overflow-y: scroll; }