Scrollbar for entire Website shown again

This commit is contained in:
brausjonas
2023-05-05 20:26:37 +02:00
parent fd43a158dd
commit bd6d279919
2 changed files with 46 additions and 3 deletions
+5 -3
View File
@@ -186,9 +186,6 @@ Popup
Calender View
*/
::-webkit-scrollbar {
display: none;
}
.calender-container
{
@@ -197,6 +194,11 @@ Calender View
display: grid;
}
.calender-container::-webkit-scrollbar
{
display: none;
}
.content
{
grid-area: 1 / 1;