Skip to content

Commit 2560721

Browse files
committed
fix: resizable viewer's broadcasting screen
1 parent 3deab84 commit 2560721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/css/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ input[type=text]:focus {
12091209
z-index: 500;
12101210
display: flex;
12111211
flex-direction: column;
1212-
overflow: hidden;
1212+
overflow: auto;
12131213
resize: both;
12141214
min-width: 280px;
12151215
min-height: 200px;

0 commit comments

Comments
 (0)