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

pull/138/head
dgtlmoon 4 years ago
parent c0b6233912
commit 2238b7d660

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

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

Loading…
Cancel
Save