We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55908eb commit f413f83Copy full SHA for f413f83
pages/style.css
@@ -686,6 +686,7 @@ SOFTWARE.
686
687
::-webkit-scrollbar {
688
width: 10px;
689
+ height: 10px;
690
}
691
::-webkit-scrollbar-button {
692
width: 0;
@@ -729,4 +730,21 @@ SOFTWARE.
729
730
731
.zxc:not(:last-of-type) {
732
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;
750
0 commit comments