Skip to content

Autohide expands behind window content #3649

Answered by lediur
ned-martin asked this question in Q&A
Discussion options

You must be logged in to vote

I fixed this issue by increasing the z-index in #sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"]:hover to 3 in my userChrome.css styles for the sidebar on hover.

#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"]:hover,
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"]
  #sidebar {
  min-width: var(--sidebar-visible-width) !important;
  max-width: var(--sidebar-visible-width) !important;
  transition-delay: 0s;
  transition-duration: 0.15s;
  z-index: 3;
}

More info

I ran into this issue with 133.0b3 (Firefox Developer Edition).

I noticed that the sidebar displayed over the browser viewport when it was animat…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ned-martin
Comment options

Answer selected by ned-martin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #3648 on November 01, 2024 06:47.