fix(shortcuts): prevent horizontal scrollbar
Signed-off-by: Phil Kuang <pkuang@factset.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-shortcuts': patch
|
||||
---
|
||||
|
||||
Fix horizontal scroll bar appearance issue
|
||||
@@ -26,7 +26,7 @@ import { shortcutsApiRef } from './api';
|
||||
const useStyles = makeStyles({
|
||||
root: {
|
||||
flex: '1 1 auto',
|
||||
overflow: 'scroll',
|
||||
overflowY: 'scroll',
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user