I am seeing a weird inner shadow in some input boxes on iOS only - I think it’s the input boxes that are formatted as numbers only. Here is an example I found online:
I found an apparent solution on this site:
But I don’t know how I would add this line of code or where.
/* Remove inner shadow from inputs on mobile iOS */
textarea, input[type=“text”] {
-webkit-appearance: none;
}
Ah, ok, sorry I don’t have an iOS device to test on. Actually looking now, it looks like Bubble is already doing this; the default stylesheet has this: