This commit is contained in:
2022-12-09 16:41:41 +08:00
parent c1cce5a7c2
commit ff7aa8774f
2003 changed files with 156639 additions and 140 deletions

View File

@@ -0,0 +1,33 @@
.layui-scroll {
height: 100%;
overflow: hidden !important;
}
.layui-scroll-y {
position: relative;
height: 100%;
.layui-scroll-wrap {
height: 100%;
overflow-y: scroll;
scrollbar-width: none;
-ms-overflow-style: none;
}
.layui-scroll-track {
position: absolute;
top: 0;
right: 0;
bottom: 0;
border-radius: 8px;
z-index: 20;
.layui-scroll-thumb {
margin: 0 auto;
border-radius: 6px;
cursor: default;
}
}
}
.layui-scroll-y ::-webkit-scrollbar {
display: none;
}