Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

v2 #20

Merged
merged 6 commits into from
Oct 24, 2015
Merged

v2 #20

Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-offcanvas",
"version": "1.4.2",
"version": "2.0.0",
"authors": [
"Phil Hughes <[email protected]>"
],
Expand Down
8 changes: 7 additions & 1 deletion dist/css/bootstrap.offcanvas.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
@media (max-width: 767px) {
.navbar-default .navbar-offcanvas {
background-color: #f8f8f8; }
.navbar-inverse .navbar-offcanvas {
background-color: #222; }
.navbar-offcanvas {
position: absolute;
height: 100%;
width: 250px;
max-width: 100%;
left: -250px;
top: 0;
padding-left: 15px;
padding-right: 15px;
z-index: 999;
overflow-y: scroll;
overflow: scroll;
-webkit-overflow-scrolling: touch;
-webkit-transition: all 0.15s ease-in;
transition: all 0.15s ease-in; }
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap.offcanvas.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions dist/js/bootstrap.offcanvas.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/bootstrap.offcanvas.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading