Skip to content

Commit

Permalink
Merge pull request #4319 from cypress-io/dx-813-spacing-issue-causes-…
Browse files Browse the repository at this point in the history
…navigation-elements

DX-813: Making navigation items accessible
  • Loading branch information
jaffrepaul authored Jan 21, 2022
2 parents 68c65c8 + 471473b commit 43bb00b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/AppSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default {

<template>
<aside
class="app-sidebar hide-scroll hidden lg:flex lg:w-sidebar lg:col-span-3 xl:col-span-2 top-0 left-0 bottom-0 flex-col border-r border-b border-gray-200 mt-16 bg-lightGray overflow-y-auto"
class="app-sidebar hide-scroll hidden lg:flex lg:w-sidebar lg:col-span-3 xl:col-span-2 top-0 left-0 bottom-0 flex-col border-r border-b border-gray-200 mt-16 bg-lightGray overflow-y-auto lg:z-10"
role="navigation"
>
<div
Expand Down
2 changes: 1 addition & 1 deletion components/TableOfContents.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="hidden xl:block xl:col-span-2 mt-16">
<div class="hidden xl:block xl:col-span-2 mt-16 lg:z-10">
<nav
v-if="toc.length"
:class="hasBanner ? $style.bannerMargin : ''"
Expand Down
1 change: 1 addition & 0 deletions styles/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
@apply lg:col-span-9;
@apply xl:col-span-8;
@apply mt-16;
@apply lg:z-0;
}

.main-content-article {
Expand Down

1 comment on commit 43bb00b

@vercel
Copy link

@vercel vercel bot commented on 43bb00b Jan 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.