fbredius/storybook

View on GitHub
lib/ui/src/components/layout/Root.tsx

Summary

Maintainability
A
0 mins
Test Coverage
import { styled } from '@storybook/theming';

export const Root = styled.div({
  position: 'fixed',
  left: 0,
  top: 0,
  width: '100vw',
  height: '100vh',
  overflow: 'hidden',
});