FIX some theming issues with sidebar

This commit is contained in:
Norbert de Langen 2020-06-25 19:16:15 +02:00
parent b7430df5f0
commit 8d59f46a16
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -12,21 +12,16 @@ import { filteredLength } from './Tree/utils';
import { Ref } from './Refs';
import { RefType, Refs } from './RefHelpers';
const Container = styled.nav(
{
position: 'absolute',
zIndex: 1,
left: 0,
top: 0,
bottom: 0,
right: 0,
width: '100%',
height: '100%',
},
({ theme }) => ({
color: theme.color.darker,
})
);
const Container = styled.nav({
position: 'absolute',
zIndex: 1,
left: 0,
top: 0,
bottom: 0,
right: 0,
width: '100%',
height: '100%',
});
const CustomScrollArea = styled(ScrollArea)({
'&&&&& .os-scrollbar-handle:before': {