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
This commit is contained in:
rc-swag 2023-08-18 10:28:09 +10:00 committed by GitHub
commit c8cd009f04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1136,7 +1136,7 @@ th
position: fixed;
display: none;
width: 256px;
height: 324px;
height: auto;
margin: -180px 0 0 -128px;
left: 50%;
top: 50%;
@ -1149,6 +1149,8 @@ th
.qrcode .qrcode_caption {
display: block;
max-height: 130px;
overflow-y: auto;
white-space: normal;
font-size: 12pt;
padding: 8px;