Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 1 addition & 5 deletions slick.grid.css

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

12 changes: 6 additions & 6 deletions slick.grid.sass
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@
overflow: auto
outline: 0 // removes the focus effect that shows while scrolling
width: 100% // easy handling of the no-pinned column case

// the top left and right viewports don't scroll.
// also, since we don't use native scrolling on
// pinned columns anyway, hide their scroll bars.
&.T.L,
&.T.R
overflow: hidden // the top left and right viewports don't scroll
&.T.R,
&.pinned
overflow: -moz-scrollbars-none
&.pinned::-webkit-scrollbar
display: none

overflow: hidden

.canvas
position: relative
Expand Down