Skip to content

Commit b295f67

Browse files
committed
Remove scrollbar color to fix react aria bugs with popover and dialog animation
- adobe/react-spectrum#8802
1 parent b8b2782 commit b295f67

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

src/styles/index.css

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -146,24 +146,6 @@
146146
flex-shrink: 0;
147147
}
148148

149-
::-webkit-scrollbar {
150-
width: 5px;
151-
}
152-
153-
::-webkit-scrollbar-track {
154-
background: transparent;
155-
}
156-
157-
::-webkit-scrollbar-thumb {
158-
background: var(--color-border);
159-
border-radius: 5px;
160-
}
161-
162-
* {
163-
scrollbar-width: thin;
164-
scrollbar-color: var(--color-border) transparent;
165-
}
166-
167149
.skeleton {
168150
color: transparent;
169151
line-height: 1.4em;

0 commit comments

Comments
 (0)