Tweak echo styles

This commit is contained in:
alistair3149 2020-06-10 21:56:06 -04:00
parent 52b58f0d95
commit 234f85be50
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
@import '../../../resources/mixins.less';
.mw-echo-ui-overlay {
z-index: 6;
z-index: 100; // Higher than header
}
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-head {

View file

@ -19,7 +19,7 @@
.oo-ui-popupWidget-popup {
border: 0;
border-radius: 0;
border-radius: @border-radius-medium;
.boxshadow(4);
}