Skip to content

Commit

Permalink
ELEMENTS-1756: update PDF.js to 4.2.67 & hide toobar icons
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Sep 3, 2024
1 parent 2c4beae commit 61bc864
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ui/viewers/pdfjs/web/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#print, #download, #editorModeSeparator, #editorFreeText, #editorInk, #editorStamp{
display:none !important;
}

.textLayer{
position:absolute;
Expand Down Expand Up @@ -3100,7 +3103,7 @@ body{
:is(input, button, select),
.secondaryToolbar :is(input, button, a, select){
outline:none;
font:message-box;
/* font:message-box; */
}

#toolbarContainer{
Expand Down

0 comments on commit 61bc864

Please sign in to comment.