mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Update MobileMenu.tsx
This commit is contained in:
parent
93c72cbb32
commit
d3857fbb35
1 changed files with 68 additions and 64 deletions
|
@ -172,13 +172,16 @@ export const MobileMenu = ({
|
|||
<>
|
||||
{!viewModeEnabled && renderToolbar()}
|
||||
<div
|
||||
className={clsx("App-bottom-bar", {
|
||||
className={clsx("layer-ui__wrapper", {
|
||||
"disable-pointerEvents":
|
||||
appState.draggingElement ||
|
||||
appState.resizingElement ||
|
||||
(appState.editingElement &&
|
||||
!isTextElement(appState.editingElement)),
|
||||
})}
|
||||
>
|
||||
<div
|
||||
className="App-bottom-bar"
|
||||
style={{
|
||||
marginBottom: SCROLLBAR_WIDTH + SCROLLBAR_MARGIN * 2,
|
||||
marginLeft: SCROLLBAR_WIDTH + SCROLLBAR_MARGIN * 2,
|
||||
|
@ -243,6 +246,7 @@ export const MobileMenu = ({
|
|||
</footer>
|
||||
</Island>
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue