Skip to content

Commit e6daf67

Browse files
committed
fix: show tabs when preview floating
1 parent 388efd0 commit e6daf67

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/components/MEditor/index.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,7 @@ export function MEditor({
6868
</nav>
6969

7070
<main
71-
className={
72-
!shouldFloat
73-
? 'flex flex-1 overflow-hidden relative mt-3 h-screen'
74-
: ''
75-
}
71+
className='flex flex-1 overflow-hidden relative mt-3 h-screen'
7672
>
7773
<CustomEditor language={selectedTab} className="absolute inset-0" />
7874
</main>

0 commit comments

Comments
 (0)