Skip to content

Commit

Permalink
Fix: Height issue on sticky title section
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallyan01 committed Dec 19, 2024
1 parent 68027f3 commit 0ba2623
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@ export default function SidebarNavigationScreen( {
className="edit-site-sidebar-navigation-screen__sticky-title-section"
alignment="flex-start"
>
<HStack spacing={ 3 } alignment="flex-start">
<HStack
className="edit-site-sidebar-navigation-screen__title-icon"
spacing={ 3 }
alignment="flex-start"
>
{ ! isRoot && (
<SidebarButton
onClick={ () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
&.has-footer {
margin-bottom: 0;
}
overflow: hidden;
overflow: auto;
}

.edit-site-sidebar-navigation-screen__content {
Expand Down Expand Up @@ -58,6 +58,7 @@
margin-bottom: $grid-unit-10;
padding-bottom: $grid-unit-10;
z-index: z-index(".edit-site-sidebar-navigation-screen__sticky-title-section");
min-height: 183px !important;
}

.edit-site-sidebar-navigation-screen__description {
Expand Down

0 comments on commit 0ba2623

Please sign in to comment.