Skip to content

Commit ddbcb1f

Browse files
committed
tweak styles
1 parent c559156 commit ddbcb1f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/styles/main.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.rft {
22
display: grid;
3-
overflow-y: auto;
3+
overflow: auto;
44
contain: strict;
55
grid-template-rows: auto 1fr auto;
66
}
@@ -80,10 +80,7 @@
8080
width: 1em;
8181
}
8282

83-
.rft-sub-component {
84-
width: 100%;
85-
}
86-
83+
.rft-sub-component,
8784
.rft-footer {
8885
width: 100%;
8986
}

0 commit comments

Comments
 (0)