We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db2377 commit b6e6a2eCopy full SHA for b6e6a2e
src/lib/Room/RoomFooter/RoomFooter.scss
@@ -12,10 +12,11 @@
12
}
13
14
.vac-textarea {
15
+ max-height: 300px;
16
+ overflow-y: auto;
17
height: 20px;
18
width: 100%;
19
line-height: 20px;
- overflow: hidden;
20
outline: 0;
21
resize: none;
22
border-radius: 20px;
@@ -164,3 +165,9 @@
164
165
166
167
168
+
169
+@media only screen and (max-height: 768px) {
170
+ .vac-textarea {
171
+ max-height: 120px;
172
+ }
173
+}
0 commit comments