1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-11 00:10:06 +00:00

fix(web): fix UI responsiveness

This commit is contained in:
2022-08-10 15:18:05 +05:00
parent 399b5edad0
commit d99fdd1ec7
4 changed files with 41 additions and 22 deletions

View File

@@ -211,6 +211,7 @@ const SideBar = ({
component={Paper}
sx={{
margin: '5px',
height: '97vh',
paddingTop: '45px',
display: 'flex',
alignItems: 'flex-start'