Getting click to not collapse expand when header stuck

This commit is contained in:
wmwragg 2016-08-26 14:35:40 +01:00
parent d2937c2aed
commit 5467fd89d8
3 changed files with 49 additions and 40 deletions

View file

@ -49,6 +49,7 @@ limitations under the License.
flex: 1 1 0;
overflow-y: auto;
z-index: 3;
}
.mx_LeftPanel.collapsed .mx_BottomLeftMenu {

View file

@ -40,14 +40,13 @@ limitations under the License.
padding-bottom: 6px;
cursor: pointer;
background-color: rgba(118, 207, 166, 0.2);
z-index: 3;
}
.mx_RoomSubList_label.mx_RoomSubList_fixed {
position: fixed;
top: 0;
z-index: 2;
pointer-events: none;
/* pointer-events: none; */
}
.collapsed .mx_RoomSubList_label {