0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-29 21:52:22 +01:00

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

This commit is contained in:
Mark Otto 2013-07-18 02:19:13 -07:00
parent 3ed05f60fd
commit 64efa86036
2 changed files with 4 additions and 0 deletions

View File

@ -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;

View File

@ -119,6 +119,8 @@
position: absolute;
top: 10px;
right: 10px;
width: 48px;
height: 32px;
padding: 8px 12px;
background-color: transparent;
border: 1px solid #ddd;