diff --git a/chrome/autohide_bookmarks_and_main_toolbars.css b/chrome/autohide_bookmarks_and_main_toolbars.css index 983c0e2..05c297f 100644 --- a/chrome/autohide_bookmarks_and_main_toolbars.css +++ b/chrome/autohide_bookmarks_and_main_toolbars.css @@ -115,8 +115,18 @@ See the above repository for updates as well as full license text. */ /* #navigator-toolbox{ margin-bottom: var(--uc-navbar-height) !important; } #PersonalToolbar:not([customizing]){ - position: fixed !important; - display: block; - margin-bottom: 0px !important; + min-height: 0 !important; + margin-bottom: 0; + height: 0; + overflow-y: visible !important; + z-index: 2; + padding-inline: 0 !important; } -*/ \ No newline at end of file +#personal-bookmarks{ + background: inherit; + height: min-content; +} +#PlacesToolbarDropIndicatorHolder{ + pointer-events: none !important; +} +*/ diff --git a/chrome/autohide_bookmarks_toolbar.css b/chrome/autohide_bookmarks_toolbar.css index 2d24238..5b01b9d 100644 --- a/chrome/autohide_bookmarks_toolbar.css +++ b/chrome/autohide_bookmarks_toolbar.css @@ -54,8 +54,18 @@ See the above repository for updates as well as full license text. */ /* This would break buttons placed in the toolbar but that is likely not happening if you are using multi-row setup */ /* #PersonalToolbar:not([customizing]){ - position: fixed; - display: block; - margin-bottom: 0px !important; + min-height: 0 !important; + margin-bottom: 0; + height: 0; + overflow-y: visible !important; + z-index: 2; + padding-inline: 0 !important; } -*/ \ No newline at end of file +#personal-bookmarks{ + background: inherit; + height: min-content; +} +#PlacesToolbarDropIndicatorHolder{ + pointer-events: none !important; +} +*/