mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-12 00:34:21 +01:00
fix: docked sidebar width (#9213)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user