Skip to content

Commit 0a0ca03

Browse files
chore: formatting
Signed-off-by: Henry Gressmann <[email protected]>
1 parent 7b9e226 commit 0a0ca03

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

data/licenses-cargo.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/licenses-npm.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

web/src/components/tags.module.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@
141141
max-height: 12.5rem;
142142
overflow-y: auto;
143143

144-
--pico-border-color:
145-
146144
margin-top: var(--pico-outline-width);
147145
border: var(--pico-border-width) solid var(--pico-dropdown-border-color);
148146
border-radius: var(--pico-border-radius);

web/src/components/worldmap.module.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
> svg {
1111
flex: 1;
1212
}
13-
14-
:global(.react-tooltip) {
15-
z-index: 10;
16-
}
1713
}
1814

1915
.geo {

web/src/global.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ h6 {
3434
.full {
3535
min-height: 100%;
3636
}
37+
38+
.react-tooltip {
39+
z-index: 10;
40+
}
3741
/*
3842
body {
3943
--bg-gradient-color: oklab(0.51 -0.1 0 / 0.1);

0 commit comments

Comments
 (0)