From 23e86372dfda6e3561437ec655eab58759176509 Mon Sep 17 00:00:00 2001 From: Alessio Biancalana Date: Wed, 27 Apr 2022 15:14:51 +0200 Subject: [PATCH 1/2] Fix double scrollbars --- assets/css/app.css | 4 +++ assets/js/components/Layout/Layout.jsx | 35 ++++++++++++++++---------- 2 files changed, 26 insertions(+), 13 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index cde5fc2bc0..3409f4f950 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -18,3 +18,7 @@ .table-col-m { width: 20rem; } + +html { + background-color: rgb(243 244 246); +} diff --git a/assets/js/components/Layout/Layout.jsx b/assets/js/components/Layout/Layout.jsx index 4321567d12..d5e807b771 100644 --- a/assets/js/components/Layout/Layout.jsx +++ b/assets/js/components/Layout/Layout.jsx @@ -67,11 +67,11 @@ const Layout = () => { return ( <> -
+
@@ -109,7 +109,12 @@ const Layout = () => {
-
+
*/}
-
+
@@ -186,16 +195,16 @@ const Layout = () => {
+
+ + © 2020-2022 SUSE LLC + + + This tool is free software released under the Apache License, + Version 2.0 + +
-
- - © 2020-2022 SUSE LLC - - - This tool is free software released under the Apache License, Version - 2.0 - -
); }; From 3dfbfd531472634c7290579a5111a303b2c10a72 Mon Sep 17 00:00:00 2001 From: Alessio Biancalana Date: Thu, 28 Apr 2022 15:24:00 +0200 Subject: [PATCH 2/2] Make the footer not sticky to bottom but just... bottom --- assets/js/components/Layout/Layout.jsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/assets/js/components/Layout/Layout.jsx b/assets/js/components/Layout/Layout.jsx index d5e807b771..40b08f98d1 100644 --- a/assets/js/components/Layout/Layout.jsx +++ b/assets/js/components/Layout/Layout.jsx @@ -68,10 +68,10 @@ const Layout = () => { return ( <>
-
+
@@ -181,7 +181,7 @@ const Layout = () => {
*/}
@@ -194,16 +194,16 @@ const Layout = () => {
+
+ + © 2020-2022 SUSE LLC + + + This tool is free software released under the Apache License, + Version 2.0 + +
-
);