We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9641094 + c751df1 commit 6fcf991Copy full SHA for 6fcf991
apps/repl/app/components/limber/layout/resize-handle.gts
@@ -184,7 +184,7 @@ export const ResizeHandle: TOC<{
184
'h-full w-2 py-2 cursor-col-resize'
185
'w-full h-2 px-2 cursor-row-resize'
186
}}
187
- 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"
188
{{! template-lint-disable no-inline-styles }}
189
style="text-shadow: 1px 1px 1px black"
190
aria-label="resize the editor"
0 commit comments