Pit Viper

v1.90.0

Pit Viper

v1.90.0
v1 / v2

  • Home
  • Components
  • Scroller

Scroller

Scroller

Use a scroller to place an absolute positioned container within a relatively positioned parent, taking up the entire space available and scrolling when the content exceeds the size of the container. Useful within grid layouts to make an individual grid area scrollable without making the whole page scroll.

Example
A scroller inside a 300x400 container.

Compliance solutions for providers and payers.

Our compliance experts will work with you to generate, manage, and monitor machine-readable files (MRFs) for your organization. We also offer personalized patient/member tools that display your organization’s shoppable services and chargemaster files.

Tackle No Surprises requirements with Instant GFE, our platform-based Good Fath Estimate/Advanced Explaination of Estimates generator. We like to think of it as the “+” part of compliance.

HTML
<div class="pv-relative" style="width: 300px; height: 400px">
<div class="pv-scroller pv-surface pv-flow pv-inset-square">
<p class="pv-display-4">Compliance solutions for providers and payers.</p>
<p>Our compliance experts will work with you to generate, manage, and monitor machine-readable files (MRFs) for your organization. We also offer personalized patient/member tools that display your organization’s shoppable services and chargemaster files.</p>
<p>Tackle No Surprises requirements with Instant GFE, our platform-based Good Fath Estimate/Advanced Explaination of Estimates generator. We like to think of it as the “+” part of compliance.</p>
</div>
</div>