fix(mobile): fix action bar button not appearing. Closes #2938

This commit is contained in:
Gabe Kangas
2023-04-22 19:57:11 -07:00
parent b58d5e0b1a
commit 90d2739afd
2 changed files with 50 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
.noTabsActionMenuButton {
position: absolute;
right: 0px;
margin-right: 10px;
z-index: 999;
}
.noTabsAboutContent {
position: relative;
top: 0px;
}