Skip to content

Commit

Permalink
fix: layer select overflowing (#1790)
Browse files Browse the repository at this point in the history
  • Loading branch information
Starlogzzz committed Mar 29, 2022
1 parent dc9d010 commit e9398cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-frontend/src/features/layout/SplitPane.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export default defineComponent({
@mouseleave="dragEnd"
>
<div
class="relative top-0 left-0"
class="relative top-0 left-0 overflow-hidden"
:class="{
'pointer-events-none': dragging,
'border-r border-gray-200 dark:border-gray-800': orientation === 'landscape' && !leftCollapsed && !rightCollapsed,
Expand Down

0 comments on commit e9398cd

Please sign in to comment.