enable overlay for ReplyModal mobile

This commit is contained in:
Tom
2023-05-11 15:24:46 +02:00
parent 4f6b6d18cb
commit 46228ffa5d
3 changed files with 3 additions and 7 deletions
@@ -2,10 +2,6 @@ import styled from "styled-components";
import Modal from "react-modal";
export const StyledModal = styled(Modal)`
.hide-modal-overlay {
display: none;
}
.modal-content {
position: fixed;
top: calc(50% - 150px);