mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04: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:
parent
9dd2257932
commit
74e82d0d7c
1 changed files with 1 additions and 0 deletions
|
@ -972,6 +972,7 @@ class App extends React.Component<ExcalidrawProps, AppState> {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
renderOptimizations: true,
|
renderOptimizations: true,
|
||||||
|
renderScrollbars: !isMobile(),
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
if (scrollBars) {
|
if (scrollBars) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue