jquery.silver_track icon indicating copy to clipboard operation
jquery.silver_track copied to clipboard

Items are outer Viewport visible

Open mathishuettl opened this issue 9 years ago • 1 comments

Hey,

i followed your getting-started guide, but i can see the items that aren't in the viewport too... the rest seems to work

mathishuettl avatar Jun 18 '15 13:06 mathishuettl

Do you included the overflow: hidden; in the viewport class? Really strange that the items are displayed, you can paste your CSS here?

.view-port {
  overflow: hidden;
}

tulios avatar Jun 18 '15 15:06 tulios