We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51bbb85 commit 4527294Copy full SHA for 4527294
1 file changed
js/app/packages/app/component/split-layout/components/SplitPanel.tsx
@@ -153,12 +153,11 @@ export function SplitPanel(props: SplitPanelProps) {
153
</Show>
154
155
<div
156
- class="relative"
157
classList={{
158
'fixed inset-16 z-modal-overlay isolate opacity-50':
159
props.handle.isSpotLight(),
160
'opacity-100': props.active || props.handle.isSpotLight(),
161
- 'size-full': !props.handle.isSpotLight(),
+ 'relative size-full': !props.handle.isSpotLight(),
162
}}
163
ref={(ref) => {
164
setPanelRef(ref);
0 commit comments