diff --git a/js/embed.js b/js/embed.js index fd6d88b..e0cd7e4 100644 --- a/js/embed.js +++ b/js/embed.js @@ -56,6 +56,11 @@ function embedFileExplorer() { function embedFilesWidget() { _hideFilesToolbar(); + const style = ` + #controls .crumb.ui-droppable { /* breadcrumb ancestors */ + display: none !important; + }`; + _injectStyle(style); } function embedCalendarWidget() {