UNPKG

reactbits-mcp-server

Version:

MCP Server for React Bits - Access 99+ React components with animations, backgrounds, and UI elements

46 lines (41 loc) 929 B
.scroll-stack-scroller { position: relative; width: 100%; height: 100%; overflow-y: auto; overflow-x: visible; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; scroll-behavior: smooth; -webkit-transform: translateZ(0); transform: translateZ(0); will-change: scroll-position; } .scroll-stack-inner { padding: 20vh 5rem 50rem; min-height: 100vh; } .scroll-stack-card-wrapper { position: relative; } .scroll-stack-card { transform-origin: top center; will-change: transform, filter; backface-visibility: hidden; transform-style: preserve-3d; box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); height: 20rem; width: 100%; margin: 30px 0; padding: 3rem; border-radius: 40px; box-sizing: border-box; /* Improve mobile performance */ -webkit-transform: translateZ(0); transform: translateZ(0); position: relative; } .scroll-stack-end { width: 100%; height: 1px; }