Skip to content

Commit f413f83

Browse files
Update style.css
1 parent 55908eb commit f413f83

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pages/style.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,7 @@ SOFTWARE.
686686

687687
::-webkit-scrollbar {
688688
width: 10px;
689+
height: 10px;
689690
}
690691
::-webkit-scrollbar-button {
691692
width: 0;
@@ -729,4 +730,21 @@ SOFTWARE.
729730
}
730731
.zxc:not(:last-of-type) {
731732
padding-bottom: 5px;
733+
}
734+
735+
.home-main {
736+
max-height: 50vh;
737+
padding-right: 0px !important;
738+
}
739+
.clip {
740+
padding-right: 5px;
741+
border-radius: 10px;
742+
}
743+
.clip, .idk {
744+
width: 100%;
745+
max-height: calc(50vh - 30px);
746+
overflow: clip;
747+
}
748+
.idk {
749+
overflow-y: scroll;
732750
}

0 commit comments

Comments
 (0)