Skip to content

Commit

Permalink
fix(scroll): fix scroll w/table
Browse files Browse the repository at this point in the history
  • Loading branch information
boennemann committed Feb 28, 2014
1 parent d33bce3 commit 59b5630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/styles/directives/scroll/module.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.bp-scroll(@name: bp-scroll) {
@{name}, [@{name}] {
-webkit-box-flex: 1;
overflow: scroll;
overflow: scroll !important;
-webkit-overflow-scrolling: touch;
&[bp-scroll-sticky] {
bp-table-header {
Expand Down

0 comments on commit 59b5630

Please sign in to comment.