You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hide the empty modal header which prevents from accessing the close button
Cannot use display:none because there's a `display: flex !important` in the
Ncmodal component which would override it. This works because the
`.modal-header` element has `position: absolute`.
TODO: Add prop to NcModal to hide the header
Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
0 commit comments