Hide sticky header and ULS button in print mode

Bug: T300178
Change-Id: Ie1eb02530ec62fa011da4be45a61d26522c1650b
This commit is contained in:
bwang 2022-02-25 12:24:50 -05:00 committed by Bernard Wang
parent f8560e27ac
commit be2abb581c
1 changed files with 8 additions and 0 deletions

View File

@ -31,3 +31,11 @@
.mw-workspace-container {
order: 2;
}
#vector-sticky-header {
display: none;
}
#p-lang-btn {
display: none;
}