소스 검색

ui: fix scrollbar for the edit entity dialog

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang 9 달 전
부모
커밋
c53800d96d
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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: {