Over scroll of bottom sticky headers should be fixed, and expansion of hidden stuck headers should now work
This commit is contained in:
@@ -32,3 +32,8 @@ limitations under the License.
|
||||
overflow-x: hidden ! important;
|
||||
overflow-y: scroll ! important;
|
||||
}
|
||||
|
||||
/* Make sure the scrollbar is above the sticky headers from RoomList */
|
||||
.mx_RoomList_scrollbar .gm-scrollbar.-vertical {
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user