Skip to content

Commit 2ebb19d

Browse files
committed
feat: styles scrollbar
1 parent 33a7102 commit 2ebb19d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

electron/renderer/components/game-content/game-content.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ export const GameContent: React.FC<GameContentProps> = (
168168
<EuiPanel
169169
panelRef={scrollableRef}
170170
css={scrollablePanelStyles}
171+
className="eui-scrollBar"
171172
paddingSize="none"
172173
hasBorder={false}
173174
hasShadow={false}

0 commit comments

Comments
 (0)