Skip to content

Commit

Permalink
fix: missing comma on css attribute for filters
Browse files Browse the repository at this point in the history
  • Loading branch information
josephgregoryii committed Dec 29, 2021
1 parent e5f2f83 commit c6af99d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/instant-observability.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ const QuickstartsPage = ({ data, location }) => {
css={css`
grid-area: sidebar;
height: calc(100vh - var(--global-header-height));
position: sticky @media screen and
(max-width: ${COLLAPSE_BREAKPOINT}) {
position: sticky;
@media screen and (max-width: ${COLLAPSE_BREAKPOINT}) {
display: none;
position: relative;
overflow: hidden;
Expand Down

0 comments on commit c6af99d

Please sign in to comment.