Skip to content

Commit

Permalink
ol2/3: Fixed sidebar content scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Sep 29, 2014
1 parent 2f9f3f1 commit 08ee6b4
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 16 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.2.1 (not yet released)

- ol2, ol3: fixed sidebar content scrolling


## v0.2.0 (2014-09-29)

- jQuery API and events
Expand Down
10 changes: 4 additions & 6 deletions css/ol2-sidebar.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/ol2-sidebar.min.css

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

10 changes: 4 additions & 6 deletions css/ol3-sidebar.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/ol3-sidebar.min.css

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

1 change: 1 addition & 0 deletions examples/ol2.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
body {
padding: 0;
margin: 0;
overflow: hidden;
}

html, body, #map {
Expand Down
1 change: 1 addition & 0 deletions examples/ol3.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
body {
padding: 0;
margin: 0;
overflow: hidden;
}

html, body, #map {
Expand Down
2 changes: 0 additions & 2 deletions scss/_ol-base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ $move-map-in-xs: false;
}

.sidebar-content {
overflow: hidden;

@media(min-width:$threshold-sm) {
border-radius: 0 $sidebar-inner-border-radius $sidebar-inner-border-radius 0;
}
Expand Down

0 comments on commit 08ee6b4

Please sign in to comment.