Spaces:
Sleeping
Sleeping
link to dict
Browse files
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
|
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 {
|