Reintroduce sticky header width

This commit is contained in:
Germain Souquet 2021-05-27 12:44:53 +01:00
parent fcae19f831
commit aaca71b316
2 changed files with 19 additions and 2 deletions

View file

@ -61,6 +61,7 @@ limitations under the License.
&.mx_RoomSublist_headerContainer_sticky {
position: fixed;
height: 32px; // to match the header container
// width set by JS because of a compat issue between Firefox and Chrome
width: calc(100% - 15px);
}