diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index a4dc0398c14fdb5a583fe572d86d856ed0d38296..42917e8daf4669c757b10397880e4927a5294450 100644
--- a/scss/_reboot.scss
+++ b/scss/_reboot.scss
@@ -249,6 +249,8 @@ textarea {
   // properly inherited. However, `line-height` isn't addressed there. Using this
   // ensures we don't need to unnecessarily redeclare the global font stack.
   line-height: inherit;
+  // iOS adds rounded borders by default
+  border-radius: 0;
 }
 
 textarea {