Timvde / UserChrome-Tweaks

A community maintained repository of userChrome.css tweaks for Firefox
GNU General Public License v3.0
1.25k stars 121 forks source link

toolbars/sliding-bookmarks-bar.css overlapping #57

Open OskarCarl opened 6 years ago

OskarCarl commented 6 years ago

In the latest nightly the bookmarks bar overlaps the location bar when sliding up. I worked aroud it by scaling it in from the top instead of sliding it but it doesn't quite look as cool. I've attached a patch for this.
sliding-bookmarks-bar-patch.zip

AFKoncore commented 5 years ago

Guess I should bump this issue instead of making a new one(?)

Sliding Bookmarks bar, Firefox 62: the script works perfectly... except that it slides the URL/navigation bar instead of the bookmarks

Admicos commented 5 years ago

I'm using it with an additional

#nav-bar {
  z-index: 10;
}

rule and it works properly in 64.0a1 Nightly. Can you test it like this? If it works I'll try sending a PR.