Video modals should not be pushed down on mobile (#37421)
This commit is contained in:
parent
aa2110025e
commit
de7b405e55
@ -6023,6 +6023,10 @@ a.status-card {
|
|||||||
|
|
||||||
@media screen and (width <= $mobile-breakpoint) {
|
@media screen and (width <= $mobile-breakpoint) {
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
|
|
||||||
|
&.video-modal {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user