mirror of
https://github.com/excalidraw/excalidraw
synced 2025-07-25 13:58:22 +08:00
fix: Hide scrollbars on mobile (#3044)
* Hide scrollbars on mobile
* Fix package build
* Revert "Fix package build"
This reverts commit 7bf4a0aac1
.
* Make requested changes
This commit is contained in:
@ -972,6 +972,7 @@ class App extends React.Component<ExcalidrawProps, AppState> {
|
||||
},
|
||||
{
|
||||
renderOptimizations: true,
|
||||
renderScrollbars: !isMobile(),
|
||||
},
|
||||
);
|
||||
if (scrollBars) {
|
||||
|
Reference in New Issue
Block a user