Minor cleanup of sticky header CSS
parent
7647072b05
commit
5bf14d8427
|
@ -69,8 +69,7 @@ limitations under the License.
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 1; // over top of other elements, but still under the ones in the visible list
|
z-index: 1; // over top of other elements, but still under the ones in the visible list
|
||||||
height: 32px; // to match the header container
|
height: 32px; // to match the header container
|
||||||
// width set by JS
|
width: calc(100% - 22px); // 22px is an offset for aligning the header to the container
|
||||||
width: calc(100% - 22px);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.mx_RoomSublist2_headerContainer_stickyBottom {
|
&.mx_RoomSublist2_headerContainer_stickyBottom {
|
||||||
|
|
Loading…
Reference in New Issue