mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
Fix hidden scrollbar for electron 25
- Newer chromium versions do not support scrollbar overlay css
This commit is contained in:
parent
be37dada13
commit
1de89071e8
2 changed files with 111 additions and 124 deletions
|
|
@ -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) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue