Fix svg viewer position
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Siklos 2022-08-08 11:31:33 +02:00
parent a42ac77d33
commit 6fe4025a58
2 changed files with 9 additions and 6 deletions

View file

@ -11,6 +11,8 @@ interface IBarProps {
ToggleTimeline: () => void
}
export const BAR_WIDTH = 64; // 4rem
export const Bar: React.FC<IBarProps> = (props) => {
return (
<div className='fixed z-20 flex flex-col top-0 left-0 h-screen w-16 bg-slate-100'>