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.
2 parents 09c7b2b + fe8d6d9 commit 3f31eafCopy full SHA for 3f31eaf
ui/src/global.css
@@ -15,18 +15,18 @@ html {
15
}
16
17
.main-grid {
18
-
+
19
20
.sidebar-wrapper {
21
@apply pt-10 bg-base-200;
22
position: relative;
23
width: 100%;
24
25
26
aside {
27
@apply h-screen;
28
position: fixed;
29
- overflow-y: scroll;
+ overflow-y: auto;
30
width: 30%;
31
32
@@ -43,7 +43,7 @@ aside > ui > li {
43
44
45
td {
46
- overflow: scroll;
+ overflow: auto;
47
48
49
h2[id] {
@@ -133,4 +133,4 @@ h2[id] {
133
134
.response-500,.response-501,.response-502,.response-503 {
135
@apply bg-red-400 text-red-800;
136
-}
+}
0 commit comments