github.com/pluralsh/plural-cli@v0.9.5/pkg/ui/web/src/styled/scrollbar.ts (about) 1 import { createGlobalStyle } from 'styled-components' 2 3 const ScrollbarStyles = createGlobalStyle(({ theme }) => theme.partials.scrollBar({ fillLevel: 0 })) 4 5 export { ScrollbarStyles }