feat: show scrollbar
This commit is contained in:
parent
1a0eacb077
commit
5fe2dc619a
1 changed files with 0 additions and 10 deletions
|
|
@ -33,16 +33,6 @@
|
|||
user-select: none;
|
||||
}
|
||||
|
||||
/* hide scrollbar */
|
||||
html, body {
|
||||
scrollbar-width: none; /* Firefox */
|
||||
-ms-overflow-style: none; /* IE 和 Edge */
|
||||
}
|
||||
html::-webkit-scrollbar,
|
||||
body::-webkit-scrollbar {
|
||||
display: none; /* Chrome、Safari、Edge */
|
||||
}
|
||||
|
||||
.clickable {
|
||||
cursor: pointer;
|
||||
transition: background-color 0.2s ease;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue