make backdrop closer to what is happening in production

This commit is contained in:
Germain Souquet 2021-06-25 14:09:49 +01:00
parent 533d5ad664
commit 5932b93325
6 changed files with 24 additions and 5 deletions

View file

@ -16,8 +16,8 @@ limitations under the License.
.mx_GroupFilterPanel {
flex: 1;
background-color: $groupFilterPanel-bg-color;
cursor: pointer;
position: relative;
display: flex;
flex-direction: column;

View file

@ -42,7 +42,7 @@ limitations under the License.
width: 100%;
min-height: 100%;
z-index: 0;
opacity: .15;
pointer-events: none;
}
.mx_MatrixToolbar {