From bf8e8700b73fe7dc6893f99faaf6652ff3f8493d Mon Sep 17 00:00:00 2001 From: brausjonas Date: Fri, 5 May 2023 13:09:05 +0200 Subject: [PATCH] Only Right Scroll bar in calender view --- anwendung/src/styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anwendung/src/styles/globals.css b/anwendung/src/styles/globals.css index 3df2942..07d049b 100644 --- a/anwendung/src/styles/globals.css +++ b/anwendung/src/styles/globals.css @@ -190,7 +190,7 @@ Calender View { margin-top: 100px; max-height: 300px; - overflow: scroll; + overflow-y: scroll; } .calender-view