@redocly/graphql-docs
Version:
Redocly GraphQL docs
13 lines (12 loc) • 354 B
JavaScript
import{styled as o}from"../styled-components.js";const i=o.aside`
position: sticky;
top: 0;
flex-direction: column;
flex: 0 0 auto;
overflow: hidden;
backface-visibility: hidden;
height: 100vh;
z-index: 20;
background-color: var(--sidebar-bg-color);
border-right: 1px solid var(--sidebar-border-color);
`;export{i as SidebarWrapper};