This commit is contained in:
syuilo 2020-07-06 18:20:42 +09:00
parent 27a17b467d
commit 4fd06369d3

View file

@ -1043,11 +1043,20 @@ export default Vue.extend({
position: sticky; position: sticky;
height: min-content; height: min-content;
min-height: calc(100vh - #{$header-height}); min-height: calc(100vh - #{$header-height});
overflow: hidden; padding: var(--margin) 0;
box-sizing: border-box;
> * { > * {
margin: var(--margin) 0; margin: var(--margin) 0;
width: 300px; width: 300px;
&:first-child {
margin-top: 0;
}
&:last-child {
margin-bottom: 0;
}
} }
} }