Merge pull request #2482 from christopherjmedlin/integrations-error-fix
Fix integrations server error popup being hidden behind right panelpull/21833/head
commit
b25c2efec5
|
@ -66,15 +66,16 @@ limitations under the License.
|
||||||
.mx_RoomSettings_integrationsButton_errorPopup {
|
.mx_RoomSettings_integrationsButton_errorPopup {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 110%;
|
top: 110%;
|
||||||
left: -125%;
|
left: -275%;
|
||||||
width: 348%;
|
width: 550%;
|
||||||
padding: 2%;
|
padding: 30%;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background-color: $accent-color;
|
background-color: $accent-color;
|
||||||
color: $accent-fg-color;
|
color: $accent-fg-color;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
.mx_RoomSettings_unbanButton {
|
.mx_RoomSettings_unbanButton {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
|
Loading…
Reference in New Issue