Commit 64efa860 authored by Mark Otto's avatar Mark Otto

for some reason iOS is shitting the bed on the .navbar-toggle unless it gets fixed dimensions

parent 3ed05f60
......@@ -2870,6 +2870,8 @@ button.close {
position: absolute;
top: 10px;
right: 10px;
width: 48px;
height: 32px;
padding: 8px 12px;
background-color: transparent;
border: 1px solid #ddd;
......
......@@ -119,6 +119,8 @@
position: absolute;
top: 10px;
right: 10px;
width: 48px;
height: 32px;
padding: 8px 12px;
background-color: transparent;
border: 1px solid #ddd;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment