fix(shortcuts): prevent horizontal scrollbar

Signed-off-by: Phil Kuang <pkuang@factset.com>
This commit is contained in:
Phil Kuang
2021-05-19 17:45:00 -04:00
parent 6c681b17db
commit 15ffc1ac91
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-shortcuts': patch
---
Fix horizontal scroll bar appearance issue
+1 -1
View File
@@ -26,7 +26,7 @@ import { shortcutsApiRef } from './api';
const useStyles = makeStyles({
root: {
flex: '1 1 auto',
overflow: 'scroll',
overflowY: 'scroll',
},
});