We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3348a51 commit 85096cfCopy full SHA for 85096cf
gwt-material/src/main/resources/gwt/material/design/public/css/overridecss.css
@@ -1365,7 +1365,7 @@ i[class*="waves-"].material-icons {
1365
}
1366
1367
.input-field input[type=search] + label {
1368
- z-index: 999 !important;
+ z-index: 998 !important;
1369
1370
1371
.search-result {
@@ -1513,7 +1513,7 @@ i[class*="waves-"].material-icons {
1513
* Fix IOS Issue - Auto zooms when focusing on input element.
1514
* Read more - https://github.com/Dogfalo/materialize/issues/5008
1515
**/
1516
-@media screen and (-webkit-min-device-pixel-ratio: 0) {
+@media screen and (min-width: 768px) {
1517
input:not([type]),
1518
input[type=text],
1519
input[type=password],
0 commit comments