mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:01:08 +08:00
FIX some theming issues with sidebar
This commit is contained in:
parent
b7430df5f0
commit
8d59f46a16
@ -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': {
|
||||
|
Loading…
x
Reference in New Issue
Block a user