mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 20:57:17 +01:00
add more detialed comments to hacky global css rule
This commit is contained in:
parent
6d0b9df68e
commit
68c169c55e
1 changed files with 5 additions and 1 deletions
|
|
@ -42,7 +42,11 @@ a:hover {
|
|||
background-clip: padding-box;
|
||||
}
|
||||
|
||||
/* TODO add in https://github.com/umami-software/react-zen as default */
|
||||
/*
|
||||
TODO remove hacky rule when https://github.com/umami-software/react-zen/pull/7
|
||||
in https://github.com/umami-software/react-zen was merged
|
||||
also remove in \src\app\(main)\websites\[websiteId]\events\EventProperties.tsx
|
||||
*/
|
||||
.scrollable-select-menu-list {
|
||||
max-height: 42vh;
|
||||
overflow-y: auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue