mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 18:15:35 +01:00
Fixed collapse state of website select.
This commit is contained in:
parent
08e4da27c1
commit
d26ed3b949
5 changed files with 48 additions and 15 deletions
|
|
@ -55,6 +55,7 @@ export function WebsiteNav({
|
|||
teamId={teamId}
|
||||
onChange={handleChange}
|
||||
buttonProps={{ style: { outline: 'none' } }}
|
||||
isCollapsed={isCollapsed}
|
||||
/>
|
||||
</Box>
|
||||
{items.map(({ label: sectionLabel, items: sectionItems }, index) => (
|
||||
|
|
|
|||
|
|
@ -18,13 +18,6 @@ html[style*="padding-right"] {
|
|||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
a,
|
||||
a:active,
|
||||
a:hover {
|
||||
color: var(--text-primary);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 15px;
|
||||
background: transparent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue