mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 04:51:06 +02:00
Fix hidden scrollbar for electron 25
- Newer chromium versions do not support scrollbar overlay css
This commit is contained in:
@@ -30,7 +30,7 @@ const StyledScrollArea = styled(MantineScrollArea)`
|
||||
|
||||
const StyledNativeScrollArea = styled.div<{ scrollBarOffset?: string; windowBarStyle?: Platform }>`
|
||||
height: 100%;
|
||||
overflow-y: overlay !important;
|
||||
overflow-y: auto;
|
||||
|
||||
&::-webkit-scrollbar-track {
|
||||
margin-top: ${(props) =>
|
||||
|
||||
Reference in New Issue
Block a user