localnerve/ui-elements

Add page container to horizontal-pager

localnerve opened this issue · 0 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%;
}