fix zindex on unread and room-leader

pull/9514/head
Guilherme Gazzo 7 years ago
parent 9f0687f444
commit d2d86aee91
No known key found for this signature in database
GPG Key ID: 1F85C9AD922D0829
  1. 2
      packages/rocketchat-theme/client/imports/general/base.css
  2. 2
      packages/rocketchat-theme/client/imports/general/base_old.css

@ -151,7 +151,7 @@ button {
&::after {
position: absolute;
z-index: 2;
z-index: 1;
top: -6px;
right: 0;

@ -5635,7 +5635,7 @@ body:not(.is-cordova) {
.room-leader {
position: absolute;
z-index: 2;
z-index: 1;
right: 0;
left: 0;

Loading…
Cancel
Save