mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: show extra tools dropdown in mobile
This commit is contained in:
parent
0d49eb3e05
commit
beb2ceaa72
3 changed files with 51 additions and 117 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue