fix: show extra tools dropdown in mobile

This commit is contained in:
Aakansha Doshi 2023-09-05 10:28:30 +05:30
parent 0d49eb3e05
commit beb2ceaa72
3 changed files with 51 additions and 117 deletions

View file

@ -278,6 +278,11 @@
align-items: center;
justify-content: space-between;
padding: 8px;
.dropdown-menu--mobile {
bottom: 55px;
top: auto;
}
}
.App-mobile-menu {
@ -609,7 +614,7 @@
}
.App-toolbar--mobile {
overflow-x: auto;
overflow: visible;
max-width: 90vw;
.ToolIcon__keybinding {