Vlad Piersec
hace 4 años
Se han
modificado 1 ficheros con
6 adiciones y
0 borrados
-
css/_chat.scss
|
@@ -213,6 +213,7 @@
|
213
|
213
|
}
|
214
|
214
|
|
215
|
215
|
#usermsg {
|
|
216
|
+ -ms-overflow-style: none;
|
216
|
217
|
border: 0px none;
|
217
|
218
|
border-radius:0;
|
218
|
219
|
box-shadow: none;
|
|
@@ -221,8 +222,13 @@
|
221
|
222
|
padding: 10px;
|
222
|
223
|
overflow-y: auto;
|
223
|
224
|
resize: none;
|
|
225
|
+ scrollbar-width: none;
|
224
|
226
|
width: 100%;
|
225
|
227
|
word-break: break-word;
|
|
228
|
+
|
|
229
|
+ &::-webkit-scrollbar {
|
|
230
|
+ display: none;
|
|
231
|
+ }
|
226
|
232
|
}
|
227
|
233
|
|
228
|
234
|
#usermsg:hover {
|