You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
430 B
28 lines
430 B
|
2 months ago
|
uni-list-view {
|
||
|
|
display: block;
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.uni-list-view-container {
|
||
|
|
position: relative;
|
||
|
|
-webkit-overflow-scrolling: touch;
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.uni-list-view-content {
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
|
||
|
|
.uni-list-view-visible {
|
||
|
|
position: absolute;
|
||
|
|
}
|
||
|
|
|
||
|
|
.uni-list-view-scrollbar-hidden::-webkit-scrollbar {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.uni-list-view-scrollbar-hidden {
|
||
|
|
-moz-scrollbars: none;
|
||
|
|
scrollbar-width: none;
|
||
|
|
}
|