From 2f544f1a32b7f788d7e59fcbea004d8505bb9b97 Mon Sep 17 00:00:00 2001 From: matthias Date: Tue, 15 Aug 2023 22:57:18 +0200 Subject: [PATCH 01/31] Firefox Scroll Bug (#1119) * Fix background-size:cover * Fix scroll bug --- web/assets/css/home.css | 5 +++-- web/template/home.gohtml | 12 ++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/web/assets/css/home.css b/web/assets/css/home.css index cf6c5273b..e0dea7eb0 100644 --- a/web/assets/css/home.css +++ b/web/assets/css/home.css @@ -33,12 +33,13 @@ } /* Chrome, Safari and Opera */ -#content::-webkit-scrollbar, #notification-list::-webkit-scrollbar, .tum-live-side-navigation::-webkit-scrollbar { +#content::-webkit-scrollbar, #notification-list::-webkit-scrollbar, .tum-live-side-navigation::-webkit-scrollbar, +#public-courses::-webkit-scrollbar, #user-courses::-webkit-scrollbar{ display: none; } /* IE, Edge and Firefox */ -#content, #notification-list, .tum-live-side-navigation { +#content, #notification-list, .tum-live-side-navigation, #public-courses, #user-courses { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } diff --git a/web/template/home.gohtml b/web/template/home.gohtml index af14da5c7..13a5f0513 100644 --- a/web/template/home.gohtml +++ b/web/template/home.gohtml @@ -238,7 +238,7 @@
-
@@ -706,7 +706,7 @@