Skip to content

Commit 9027d3c

Browse files
committed
storybook: fix drop indicator style outside of iframe
1 parent bed1793 commit 9027d3c

File tree

1 file changed

+4
-0
lines changed
  • packages/react-aria-components/example

1 file changed

+4
-0
lines changed

packages/react-aria-components/example/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ html {
1616
margin-left: calc(var(--tree-item-level) * 15px);
1717
}
1818

19+
:global(.react-aria-DropIndicator[data-drop-target]) {
20+
outline: 1px solid slateblue;
21+
}
22+
1923
&[data-drop-target] {
2024
outline: 2px solid purple;
2125
outline-offset: -2px;

0 commit comments

Comments
 (0)