fix(ui): harden public page components
This commit is contained in:
@@ -75,6 +75,10 @@ component Scrollspy {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.wrn-scrollspy:not(:has(.wrn-scrollspy__item)):not(:has(slot > *)) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wrn-scrollspy[data-color="secondary"] {
|
||||
--scrollspy-accent: var(--wrn-color-secondary);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user