🐞 fix: height for textarea
fix height for textarea on backups dialog on safari
This commit is contained in:
parent
8636fc5481
commit
90cd461cdf
|
@ -179,7 +179,6 @@ div#klipper_backups_dialog div.modal-body textarea {
|
||||||
padding-left: 0px !important;
|
padding-left: 0px !important;
|
||||||
padding-right: 0px !important;
|
padding-right: 0px !important;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: -webkit-fill-available;
|
|
||||||
resize: none;
|
resize: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue