install lib, fix css, small test

This commit is contained in:
Samuel Lorch 2023-03-13 00:02:38 +01:00
parent c59b1d8cc9
commit 0f4bc6a943
4 changed files with 22 additions and 4 deletions

View file

@ -72,4 +72,8 @@ tbody tr:nth-child(even) {
background-color: var(--cl-bg-low);
color: inherit;
border: 1px solid var(--cl-fg);
}
}
.multiselect, .multiselect * {
all: initial;
}