diff --git a/frontend/javascript/components/postupload/post-upload.vue b/frontend/javascript/components/postupload/post-upload.vue index 5c0b76553..1812fa65a 100644 --- a/frontend/javascript/components/postupload/post-upload.vue +++ b/frontend/javascript/components/postupload/post-upload.vue @@ -1651,13 +1651,4 @@ const onlineHelp = ref() } } -/* bootstrap doesn't provide this responsive position class out of the box - * (it could be compiled in with utils/helpers) - * used here to un-sticky the stepper in the header */ - -.position-md-static { - @media (min-width: map.get($grid-breakpoints, 'md')) { - position: static; - } -} diff --git a/frontend/styles/maps.scss b/frontend/styles/maps.scss index 119bb86c1..fe2567e32 100644 --- a/frontend/styles/maps.scss +++ b/frontend/styles/maps.scss @@ -56,5 +56,10 @@ $utilities: ( values: ( 90: 0.9 ) + ), + 'position': ( + responsive: true, + property: position, + values: static relative absolute fixed sticky ) );