#My modal isn't showing
3 messages · Page 1 of 1 (latest)
this is my body
body {
display: flex;
height: 100vh;
width: 100%;
justify-content: center;
align-items: center;
}
could it be becuase of the flex?
Most likely
3 messages · Page 1 of 1 (latest)
Make sure that you do not have a horizontal scroll of the body element in your application
this is my body
body {
display: flex;
height: 100vh;
width: 100%;
justify-content: center;
align-items: center;
}
could it be becuase of the flex?
Most likely