Skip to content

Commit 4527294

Browse files
authored
fix(split): fix spotlight split tw clases (#4113)
1 parent 51bbb85 commit 4527294

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

js/app/packages/app/component/split-layout/components/SplitPanel.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,11 @@ export function SplitPanel(props: SplitPanelProps) {
153153
</Show>
154154

155155
<div
156-
class="relative"
157156
classList={{
158157
'fixed inset-16 z-modal-overlay isolate opacity-50':
159158
props.handle.isSpotLight(),
160159
'opacity-100': props.active || props.handle.isSpotLight(),
161-
'size-full': !props.handle.isSpotLight(),
160+
'relative size-full': !props.handle.isSpotLight(),
162161
}}
163162
ref={(ref) => {
164163
setPanelRef(ref);

0 commit comments

Comments
 (0)