| 1 |
.react-select__input{ |
| 2 |
box-shadow: none !important; |
| 3 |
} |
| 4 |
|
| 5 |
.MuiPopover-root, .MuiTooltip-popper{ |
| 6 |
z-index: 99999 !important; |
| 7 |
} |
| 8 |
|
| 9 |
.topic-plugin-modal{ |
| 10 |
position: absolute !important; |
| 11 |
} |
| 12 |
|
| 13 |
.topic-plugin-modal-container{ |
| 14 |
display: flex; |
| 15 |
justify-content: center; |
| 16 |
flex-direction: column; |
| 17 |
height: 100%; |
| 18 |
} |
| 19 |
|
| 20 |
.topic-plugin-modal-container .MuiFormLabel-root{ |
| 21 |
z-index: 9 !important; |
| 22 |
} |
| 23 |
|
| 24 |
.topic-plugin-modal-container .MuiInput-input{ |
| 25 |
border: none !important; |
| 26 |
} |
| 27 |
|
| 28 |
.topic-plugin-modal-content{ |
| 29 |
padding: 20px 16px; |
| 30 |
margin: 13px; |
| 31 |
background-color: white; |
| 32 |
border-radius: 4px; |
| 33 |
padding-top: 16px; |
| 34 |
position: relative; |
| 35 |
} |
| 36 |
|
| 37 |
.topic-plugin-modal-close{ |
| 38 |
position: absolute; |
| 39 |
top: 6px; |
| 40 |
right: 6px; |
| 41 |
opacity: .5; |
| 42 |
font-size: 20px !important; |
| 43 |
cursor: pointer; |
| 44 |
z-index: 9; |
| 45 |
} |
| 46 |
|
| 47 |
|
| 48 |
|
| 49 |
.topic-noscroll{ |
| 50 |
overflow: hidden !important; |
| 51 |
} |
| 52 |
|
| 53 |
|