We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85896e9 commit ea56f55Copy full SHA for ea56f55
client/src/components/Search/index.module.scss
@@ -5,6 +5,20 @@
5
background-color: var(--bg-second) !important;
6
box-shadow: none !important;
7
}
8
+ a {
9
+ color: inherit;
10
+ text-decoration: none;
11
+
12
+ &:hover {
13
+ color: var(--primary-color);
14
+ }
15
16
17
+ .wrapper {
18
+ height: fit-content;
19
+ max-height: 70vh;
20
+ overflow: scroll;
21
22
23
.inner {
24
box-shadow: var(--box-shadow) !important;
0 commit comments