diff --git a/backend/static/styles/styles.css b/backend/static/styles/styles.css index 6a8b2fc0..51903cb1 100644 --- a/backend/static/styles/styles.css +++ b/backend/static/styles/styles.css @@ -240,11 +240,13 @@ footer { vertical-align: middle; } #top-right-menu { - position: absolute; - right: 0px; - background: linear-gradient(to right, #fff0, #fff 10%); - padding-left: 20px; - padding-right: 10px; } + /* + position: absolute; + right: 0px; + background: linear-gradient(to right, #fff0, #fff 10%); + padding-left: 20px; + padding-right: 10px; + */ } .sticky-tab { position: absolute; diff --git a/backend/static/styles/styles.scss b/backend/static/styles/styles.scss index 2bcef5ab..d8871fac 100644 --- a/backend/static/styles/styles.scss +++ b/backend/static/styles/styles.scss @@ -313,13 +313,18 @@ footer { } #top-right-menu { +// Just let flex overflow the x axis for now +/* position: absolute; right: 0px; background: linear-gradient(to right, #fff0, #fff 10%); padding-left: 20px; padding-right: 10px; + */ } + + .sticky-tab { position: absolute; top: 80px;