Hide the edit menu when printing
This commit is contained in:
parent
70b3feb03a
commit
a18c464357
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
#editmenu {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.olControlPanZoom {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue