mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Revert "Minor cleanup of sticky header CSS"
This reverts commit 5bf14d8427
.
This commit is contained in:
parent
3094bb32ec
commit
70eebc978f
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ limitations under the License.
|
|||
position: fixed;
|
||||
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: calc(100% - 22px); // 22px is an offset for aligning the header to the container
|
||||
// width set by JS
|
||||
width: calc(100% - 22px);
|
||||
}
|
||||
|
||||
&.mx_RoomSublist2_headerContainer_stickyBottom {
|
||||
|
|
Loading…
Reference in a new issue