0x90e commited on
Commit
61e88ec
·
1 Parent(s): 163ed4a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,6 @@ css = '''
10
  overflow: hidden !important;
11
  margin: 5px 0 !important;
12
  padding: 0 10px !important;
13
- height: 100% !important;
14
  }
15
 
16
  .file-preview div div:nth-child(2) {
@@ -25,6 +24,7 @@ css = '''
25
  user-select: none !important;
26
  touch-action: none !important;
27
  pointer-events: none !important;
 
28
  }
29
  '''
30
 
 
10
  overflow: hidden !important;
11
  margin: 5px 0 !important;
12
  padding: 0 10px !important;
 
13
  }
14
 
15
  .file-preview div div:nth-child(2) {
 
24
  user-select: none !important;
25
  touch-action: none !important;
26
  pointer-events: none !important;
27
+ height: 100% !important;
28
  }
29
  '''
30