mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-05 13:50:58 +00:00
for some reason iOS is shitting the bed on the .navbar-toggle unless it gets fixed dimensions
This commit is contained in:
parent
3ed05f60fd
commit
64efa86036
2 changed files with 4 additions and 0 deletions
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue