🐞 fix: height for textarea

fix height for textarea on backups dialog on safari
This commit is contained in:
thelastWallE 2021-09-05 23:47:52 +02:00
parent 8636fc5481
commit 90cd461cdf
1 changed files with 0 additions and 1 deletions

View File

@ -179,7 +179,6 @@ div#klipper_backups_dialog div.modal-body textarea {
padding-left: 0px !important;
padding-right: 0px !important;
box-sizing: border-box;
height: -webkit-fill-available;
resize: none;
width: 100%;
}