Hide sticky header below 1000px port width

Bug: T298836
Change-Id: Ie524f997d2f9847252afc215d3ac589e511ace07
This commit is contained in:
Clare Ming 2022-02-03 13:54:16 -07:00
parent ddcf51a9ec
commit 4d8b548f5f
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@
padding: 6px 25px;
}
// T289714 Hide the sticky header at lower resolutions.
@media ( max-width: @width-breakpoint-tablet ) {
// T298836 Hide the sticky header at lower resolutions.
@media ( max-width: @width-breakpoint-desktop ) {
display: none;
}