fix sticky headers when results num get displayed
This commit is contained in:
parent
1751b4ba43
commit
7303166924
3 changed files with 19 additions and 12 deletions
|
@ -62,7 +62,7 @@ limitations under the License.
|
|||
position: fixed;
|
||||
height: 32px; // to match the header container
|
||||
// width set by JS
|
||||
width: calc(100% - 22px);
|
||||
width: calc(100% - 15px);
|
||||
}
|
||||
|
||||
// We don't have a top style because the top is dependent on the room list header's
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue