fix: commond menu in whitebord

This commit is contained in:
DiamondThree
2022-07-28 23:10:30 +08:00
parent 7407349561
commit d99649a9b6
2 changed files with 12 additions and 20 deletions
@@ -26,7 +26,7 @@ import {
const RootContainer = styled('div')(({ theme }) => {
return {
position: 'fixed',
position: 'absolute',
zIndex: 1,
width: 352,
maxHeight: 525,