My screen shrinks every time a modal is opened.Please see on link below.
https://drive.google.com/file/d/1_tAzhPwOQHCWmMLnKmn2QDBOU-jNpKQp/view
Hi,
I used version 8.1.7. And fixed header. Top screen used class "Cards".
Regards.
Hi,
Can you please try to add the below code in src/sass/layout/header/_header.scss
and recompile your assets with gulp or webpack:
// Desktop mode
@include media-breakpoint-up(lg) {
.modal-open {
.app-header {
padding-right: 15px !important;
}
}
}
Hi,
May I know which Metronic demo and version are you using? Are you using the fixed header? If yes, the fixed header may jump since it uses the position: fixed attribute.
If you provide us with more info we will give you a solution.
Regards.