localnerve / ui-elements

Various UI Elements, Behaviors, and Experiments with Demos and Docs

Home Page:https://localnerve.github.io/ui-elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add page container to horizontal-pager

localnerve opened this issue · comments

For usability and consistency, it would be good to have the horizontal pager add a page-container to establish a relative outer blocking context for the inner page targets (which rely on absolute).

.page-container {
  position: relative;
  overflow-x: hidden;
  width: 100%;
}