Skip to content

Commit

Permalink
Fix scrollbar always showing in navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
m1r0 committed Dec 6, 2024
1 parent 8b82368 commit 135d30f
Showing 1 changed file with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
.item-preview__pane .item-preview__header .item-preview__header-content .item-preview__header-title-summary .item-preview__header-summary .item-preview__header-summary-link {
color: var(--studio-gray-50, #646970);
.domains-overview {
.item-preview__pane .item-preview__header .item-preview__header-content .item-preview__header-title-summary .item-preview__header-summary .item-preview__header-summary-link {
color: var(--studio-gray-50, #646970);

&:hover {
text-decoration: none;
&:hover {
text-decoration: none;
}
}

.section-nav-tabs__list {
box-sizing: border-box;
}
}

0 comments on commit 135d30f

Please sign in to comment.