mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: docked sidebar width (#9213)
This commit is contained in:
parent
2523624f15
commit
d1112bbf4f
3 changed files with 2 additions and 4 deletions
|
@ -1550,6 +1550,7 @@ class App extends React.Component<AppProps, AppState> {
|
|||
["--ui-pointerEvents" as any]: shouldBlockPointerEvents
|
||||
? POINTER_EVENTS.disabled
|
||||
: POINTER_EVENTS.enabled,
|
||||
["--right-sidebar-width" as any]: "302px",
|
||||
}}
|
||||
ref={this.excalidrawContainerRef}
|
||||
onDrop={this.handleAppOnDrop}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue