1
1
mirror of https://github.com/c8r/x0.git synced 2024-08-16 17:00:24 +03:00

Adjust layout styles

This commit is contained in:
Brent Jackson 2018-06-23 09:55:10 -04:00
parent b54f67a7c1
commit f039d4fd8e

View File

@ -34,6 +34,7 @@ export const Sidebar = styled('div')([], {
height: '100vh',
flex: 'none',
overflowY: 'auto',
WebkitOverflowScrolling: 'touch',
transition: 'transform .2s ease-out',
backgroundColor: '#fff',
borderRight: '1px solid',