Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit f18490f

Browse files
authored
Update style.scrollbar.css
1 parent 4357e96 commit f18490f

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

css/style.scrollbar.css

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,23 @@
33
========================================================================== */
44
.scrollbar.table {
55
position: relative;
6-
height: 200px;
76
overflow: auto;
87
}
98

10-
.ps__thumb-x {
11-
height: 7px;
9+
.content .box.style .wrap-top {
10+
padding: 25px 25px 0 25px;
11+
}
12+
13+
.content .box.style .wrap-middle {
14+
padding: 0 25px;
15+
}
16+
17+
.content .box.style .wrap-bootom {
18+
padding: 0 25px 25px 25px;
19+
}
20+
21+
.ps__rail-x {
22+
margin: 0 2px;
1223
}
1324

1425
.ps__rail-x:hover > .ps__thumb-x,
@@ -19,6 +30,7 @@
1930

2031
.ps__thumb-x {
2132
background: #e0e0e0;
33+
height: 7px;
2234
}
2335

2436
.ps__rail-x:hover > .ps__thumb-x,

0 commit comments

Comments
 (0)