hide stats and scrollToContent-button when mobile menus open (#2509)
This commit is contained in:
@ -154,7 +154,7 @@ export const MobileMenu = ({
|
||||
)}
|
||||
{actionManager.renderAction("deleteSelectedElements")}
|
||||
</div>
|
||||
{appState.scrolledOutside && (
|
||||
{appState.scrolledOutside && !appState.openMenu && (
|
||||
<button
|
||||
className="scroll-back-to-content"
|
||||
onClick={() => {
|
||||
|
Reference in New Issue
Block a user