freealise commited on
Commit
f77b776
·
1 Parent(s): bc22d0b

link to dict

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -96,15 +96,11 @@ if sentence:
96
  .google-translate-place {
97
  width: 256px;
98
  height: 128px;
99
- margin-left:-128px;
100
- position:relative;
101
- left:128px;
102
  }
103
  .google-translate-crop {
104
  width: 256px;
105
  height: 128px;
106
- overflow-y: scroll;
107
- overflow-x: scroll;
108
  position: absolute;
109
  }
110
  .google-translate {
 
96
  .google-translate-place {
97
  width: 256px;
98
  height: 128px;
 
 
 
99
  }
100
  .google-translate-crop {
101
  width: 256px;
102
  height: 128px;
103
+ overflow: scroll;
 
104
  position: absolute;
105
  }
106
  .google-translate {