fix(foundry): stabilize workspace window glass compositing
This commit is contained in:
@@ -321,7 +321,7 @@ export function WorkspaceWindow({
|
||||
return (
|
||||
<div
|
||||
{...props}
|
||||
className={cn("nodedc-workspace-window nodedc-glass-material nodedc-material-rim nodedc-ui-root", className)}
|
||||
className={cn("nodedc-workspace-window nodedc-glass-material nodedc-ui-root", className)}
|
||||
data-active={active ? "true" : undefined}
|
||||
data-maximized={maximized ? "true" : undefined}
|
||||
data-resizable={resizable ? "true" : undefined}
|
||||
|
||||
Reference in New Issue
Block a user