fix 菜单滚动条

This commit is contained in:
2021-04-25 15:35:34 +08:00
parent fd53765aae
commit 7ee99d4dfa

View File

@@ -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;