Cleaner is to let flexbox overflow and scroll on the X where needed

This commit is contained in:
dgtlmoon
2021-07-14 14:46:18 +10:00
parent c0b6233912
commit 2238b7d660
2 changed files with 12 additions and 5 deletions
+7 -5
View File
@@ -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;
+5
View File
@@ -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;