Scroll Area

Custom neumorphic scrollbars that replace browser defaults for a consistent, themed look across all platforms.

Vertical

Add sui-scroll-area to any container with a fixed height. Use sui-scroll-area-y to restrict to vertical only.

Team Members
AJ
Alice Johnson
BW
Bob Williams
CD
Carol Davis
DB
David Brown
EM
Eva Martinez
FW
Frank Wilson
GL
Grace Lee
HT
Henry Taylor
IA
Iris Anderson
JT
Jack Thomas
KW
Karen White
LH
Leo Harris
<div class="sui-scroll-area sui-scroll-area-y" style="height:200px;">
  <!-- Your scrollable content -->
</div>

Horizontal

Use sui-scroll-area-x for horizontal-only scrolling.

Design
Engineering
Product
Marketing
Sales
Support
Analytics
DevOps
Security
QA
Research
Mobile
Frontend
Backend
Infrastructure
Data Science
AI/ML
Platform
Growth
Content
<div class="sui-scroll-area sui-scroll-area-x">
  <div style="display:flex;gap:10px;width:max-content;">
    <div class="tag">Design</div>
    <div class="tag">Engineering</div>
    <!-- ...more items -->
  </div>
</div>

Both Axes

Use sui-scroll-area alone for scrolling in both directions.

Name Role Department Status Location
Alice Johnson Designer Product Active New York
Bob Williams Engineer Platform Active San Francisco
Carol Davis PM Growth Away London
David Brown Analyst Data Active Berlin
Eva Martinez Engineer Frontend Active Tokyo
Frank Wilson Designer Brand Offline Sydney
Grace Lee QA Testing Active Toronto
Henry Taylor DevOps Infra Active Austin
Iris Anderson Writer Content Away Chicago
Jack Thomas Engineer Backend Active Seattle
<div class="sui-scroll-area" style="height:200px;width:400px;">
  <table style="width:600px;">
    <!-- Wide table content that overflows both axes -->
  </table>
</div>

Inset Track

Add sui-scroll-area-inset for a sunken scrollbar track that matches the neumorphic style.

Design
Engineering
Product
Marketing
Sales
Support
Analytics
DevOps
Security
QA
Research
Mobile
Frontend
Backend
Infrastructure
Data Science
AI/ML
Platform
Growth
Content
<div class="sui-scroll-area sui-scroll-area-y sui-scroll-area-inset" style="height:180px;">
  <!-- Content -->
</div>

Thin

Add sui-scroll-area-thin for a minimal 4px scrollbar.

Design
Engineering
Product
Marketing
Sales
Support
Analytics
DevOps
Security
QA
Research
Mobile
Frontend
Backend
Infrastructure
Data Science
AI/ML
Platform
Growth
Content
<div class="sui-scroll-area sui-scroll-area-y sui-scroll-area-thin" style="height:180px;">
  <!-- Content -->
</div>

Auto-hide

Add sui-scroll-area-auto to hide the scrollbar until the user hovers over the container.

Design
Engineering
Product
Marketing
Sales
Support
Analytics
DevOps
Security
QA
Research
Mobile
Frontend
Backend
Infrastructure
Data Science
AI/ML
Platform
Growth
Content
<div class="sui-scroll-area sui-scroll-area-y sui-scroll-area-auto" style="height:180px;">
  <!-- Content -->
</div>

Delete this item?

This action cannot be undone. This will permanently delete the item and remove all associated data.