We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8606250 commit b236faaCopy full SHA for b236faa
1 file changed
src/components/Application/_viewability.scss
@@ -1,13 +1,13 @@
1
@media print {
2
.#{eccgui}-application__hide--print,
3
.#{eccgui}-application__show--screen {
4
- display: none;
+ display: none !important;
5
}
6
7
8
@media screen {
9
.#{eccgui}-application__hide--screen,
10
.#{eccgui}-application__show--print {
11
12
13
0 commit comments