fix(app): fixed broken scrollbar on mobile

This commit is contained in:
trashtemp
2021-12-30 14:37:56 +01:00
parent c0bf3fbc0b
commit fdbd931ea7
3 changed files with 7 additions and 13 deletions

View File

@@ -15,12 +15,6 @@ export default styled.div`
max(var(--min-opacity), 0.75)
);
backdrop-filter: blur(20px);
/*> * > ::-webkit-scrollbar-thumb {
width: 4px;
background-clip: content-box;
border-top: 48px solid transparent;
}*/
`;
export const GenericSidebarBase = styled.div<{