Skip to content

Commit

Permalink
Merge pull request #1642 from johanrd/patch-1
Browse files Browse the repository at this point in the history
Fix for #1641: Alternative 1) Remove `z-10` from resize-handle
  • Loading branch information
NullVoxPopuli authored Mar 4, 2024
2 parents 9641094 + c751df1 commit 6fcf991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/repl/app/components/limber/layout/resize-handle.gts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export const ResizeHandle: TOC<{
'h-full w-2 py-2 cursor-col-resize'
'w-full h-2 px-2 cursor-row-resize'
}}
absolute inset-0 flex justify-end items-end text-white bg-horizon-lavender focus:ring-4 focus:outline-none focus-visible:outline-none leading-4 shadow z-10 group"
absolute inset-0 flex justify-end items-end text-white bg-horizon-lavender focus:ring-4 focus:outline-none focus-visible:outline-none leading-4 shadow group"
{{! template-lint-disable no-inline-styles }}
style="text-shadow: 1px 1px 1px black"
aria-label="resize the editor"
Expand Down

0 comments on commit 6fcf991

Please sign in to comment.