fix 菜单滚动条
This commit is contained in:
@@ -352,10 +352,12 @@
|
|||||||
box-shadow: 2px 0 8px @nav-box-shadow-color;
|
box-shadow: 2px 0 8px @nav-box-shadow-color;
|
||||||
}
|
}
|
||||||
.swiper-container {
|
.swiper-container {
|
||||||
flex: 1 1 100%;
|
position: absolute;
|
||||||
|
top: (@layout-header-height / 2) + (@padding-xxs * 2);
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
|
||||||
.swiper-scrollbar {
|
.swiper-scrollbar {
|
||||||
transition: @animation-duration-slow;
|
transition: @animation-duration-slow;
|
||||||
transition-property: opacity;
|
transition-property: opacity;
|
||||||
|
|||||||
Reference in New Issue
Block a user