diff --git a/anwendung/src/styles/globals.css b/anwendung/src/styles/globals.css index e1db99f..8b01750 100644 --- a/anwendung/src/styles/globals.css +++ b/anwendung/src/styles/globals.css @@ -251,15 +251,13 @@ Calender View .calender-container { + position: relative; max-height: 60vh; overflow-y: scroll; + overflow-anchor: none; display: grid; } -.calender-container::-webkit-scrollbar-button { - display: none; -} - .content { grid-area: 1 / 1; }