Browse Source

ui: fix scrollbar for the edit entity dialog

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang 9 tháng trước cách đây
mục cha
commit
c53800d96d
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      client/src/pages/dialogs/EditEntityDialog.tsx

+ 0 - 2
client/src/pages/dialogs/EditEntityDialog.tsx

@@ -18,8 +18,6 @@ const useStyles = makeStyles((theme: Theme) => ({
   code: {
     backgroundColor: '#f5f5f5',
     padding: 4,
-    width: '100%',
-    height: '60vh',
     overflow: 'auto',
   },
   tip: {