UNPKG

sanity

Version:

Sanity is a real-time content infrastructure with a scalable, hosted backend featuring a Graph Oriented Query Language (GROQ), asset pipelines and fast edge caches

12 lines (10 loc) 270 B
import {styled} from 'styled-components' export const Scroller = styled.div` position: relative; height: 100%; overflow: auto; scroll-behavior: smooth; scrollbar-width: var(--scrollbar-width); overscroll-behavior: contain; will-change: scroll-position; `