File size: 252 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
.help-center__container {
.help-center__container-content {
flex-grow: 1;
scroll-behavior: smooth;
overflow-y: auto;
padding: 0;
.help-center__container-content-wrapper {
height: auto;
> * {
box-sizing: border-box;
}
}
}
}
|