style(Sku): fix header height when hide header image

This commit is contained in:
chenjiahan
2020-06-23 16:41:53 +08:00
parent 84e09a54bd
commit ecb6bfccb5
4 changed files with 212 additions and 205 deletions
+2
View File
@@ -53,6 +53,7 @@
display: flex;
flex-direction: column;
justify-content: flex-end;
box-sizing: border-box;
min-height: 96px;
padding: @padding-sm 20px @padding-sm @padding-xs;
overflow: hidden;
@@ -282,6 +283,7 @@
&__content {
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
&::-webkit-scrollbar {
display: none;