Skip to content

Commit 5ce9985

Browse files
not bad
1 parent e38e702 commit 5ce9985

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ canvas{
242242
font-family: monospace;
243243
font-size: 80%;
244244
width: 100%;
245+
min-width: 15rem;
245246
text-overflow: ellipsis;
246247
overflow: hidden;
247248
white-space: nowrap;
@@ -267,7 +268,7 @@ canvas{
267268
#policy-container{
268269
display: grid;
269270
grid-template-columns: auto auto;
270-
grid-template-rows: auto auto;
271+
grid-template-rows: auto max-content;
271272
gap: 10px;
272273
padding-left: 4px;
273274
border-left: 2px solid black;

scroll-indicator.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11

22
#scroll-indicator {
33
z-index: 1000;
4-
position: absolute;
4+
position: fixed;
55
bottom: 18px;
6-
left: 50%;
7-
transform: translateX(-50%);
6+
left: calc(50%);
87
color: rgba(68, 68, 68, 0.9);
98
font-size: 18px;
109
pointer-events: none;

0 commit comments

Comments
 (0)