style(slider): removendo display none do scrollbar
This commit is contained in:
parent
64a3f5bc66
commit
5b2de5b833
@ -37,11 +37,6 @@ h2 {
|
|||||||
height: 60.01px;
|
height: 60.01px;
|
||||||
margin: 24px 24px 8px 24px;
|
margin: 24px 24px 8px 24px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
-ms-overflow-style: none;
|
|
||||||
scrollbar-width: none;
|
|
||||||
&::-webkit-scrollbar {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
& figcaption {
|
& figcaption {
|
||||||
margin: 0 24px 24px 24px;
|
margin: 0 24px 24px 24px;
|
||||||
@ -51,12 +46,6 @@ h2 {
|
|||||||
color: $description-item-list-color;
|
color: $description-item-list-color;
|
||||||
max-height: 91px;
|
max-height: 91px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
-ms-overflow-style: none;
|
|
||||||
scrollbar-width: none;
|
|
||||||
font-family: "Roboto", sans-serif;
|
|
||||||
&::-webkit-scrollbar {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -241,9 +230,6 @@ h2 {
|
|||||||
}
|
}
|
||||||
& figcaption {
|
& figcaption {
|
||||||
margin: 0 24px 24px 24px;
|
margin: 0 24px 24px 24px;
|
||||||
&::-webkit-scrollbar {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -280,9 +266,6 @@ h2 {
|
|||||||
}
|
}
|
||||||
& figcaption {
|
& figcaption {
|
||||||
margin: 0 24px 24px 24px;
|
margin: 0 24px 24px 24px;
|
||||||
&::-webkit-scrollbar {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user