Merge "Hide sticky header below 1000px port width"

This commit is contained in:
jenkins-bot 2022-02-03 22:20:53 +00:00 committed by Gerrit Code Review
commit 99294ce088
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;
}