added for compatibility

This commit is contained in:
Darrel Israel
2024-06-05 10:45:00 +08:00
parent fbb7d0cff0
commit fe7fd79f1a
+2 -1
View File
@@ -247,7 +247,8 @@ input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox; }
-webkit-appearance: listbox;
appearance: listbox; }
textarea {
overflow: auto;