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 @@