don't need to set width with javascript?

This commit is contained in:
Bruno Windels 2020-07-03 16:52:01 +02:00
parent 82e0816d86
commit b370e3f078
2 changed files with 1 additions and 3 deletions

View file

@ -71,6 +71,7 @@ limitations under the License.
z-index: 1; // over top of other elements, but still under the ones in the visible list
height: 32px; // to match the header container
// width set by JS
width: calc(100% - 22px);
}
&.mx_RoomSublist2_headerContainer_stickyBottom {