Skip to content

Commit

Permalink
enhance(marketplace): ui position
Browse files Browse the repository at this point in the history
  • Loading branch information
clark-cui authored and tiensonqin committed Jan 16, 2022
1 parent c06ba6e commit 1abbefb
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion resources/marketplace.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,30 @@
box-sizing: border-box;
font-family: sans-serif;
width: 100%;
height: 100%;
min-height: 100%;
}

html::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.1);
}

html::-webkit-scrollbar {
background-color: rgba(0, 0, 0, 0.05);
}

html::-webkit-scrollbar-thumb:active {
background-color: rgba(0, 0, 0, 0.2);
}

html::-webkit-scrollbar {
width: 6px;
height: 8px;
}

html::-webkit-scrollbar-corner {
background: transparent;
}

body {
display: flex;
}
Expand Down

0 comments on commit 1abbefb

Please sign in to comment.