chore: add background to sidebar

This commit is contained in:
jinhojang6 2024-02-27 23:23:47 +09:00
parent c49f036635
commit ce08dd27c1
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ const SidebarContainer = styled.div`
top: 0;
left: ${(props) => (props.isOpen ? '0' : '-260px')};
height: 100vh;
background: url('assets/fade.png') center top repeat-x rgb(255, 255, 238);
border-right: 1px solid #ddd;
transition: left 0.15s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 10;