Skip to content

Commit c8cd009

Browse files
authored
Merge pull request #9472 from keymanapp/fix/windows/share-keyboard-text-overflow
fix(windows): allow QR share box to grow to edge of default configuration parent window
2 parents e94aa4a + 05a2348 commit c8cd009

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

windows/src/desktop/kmshell/xml/config.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ th
11361136
position: fixed;
11371137
display: none;
11381138
width: 256px;
1139-
height: 324px;
1139+
height: auto;
11401140
margin: -180px 0 0 -128px;
11411141
left: 50%;
11421142
top: 50%;
@@ -1149,6 +1149,8 @@ th
11491149

11501150
.qrcode .qrcode_caption {
11511151
display: block;
1152+
max-height: 130px;
1153+
overflow-y: auto;
11521154
white-space: normal;
11531155
font-size: 12pt;
11541156
padding: 8px;

0 commit comments

Comments
 (0)