fix(mobile): fix action bar button not appearing. Closes #2938
This commit is contained in:
11
web/components/ui/Content/MobileContent.module.scss
Normal file
11
web/components/ui/Content/MobileContent.module.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
.noTabsActionMenuButton {
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
margin-right: 10px;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.noTabsAboutContent {
|
||||
position: relative;
|
||||
top: 0px;
|
||||
}
|
||||
Reference in New Issue
Block a user