Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox css bug in the menu of the dashboard example #25684

Closed
rafatga opened this issue Feb 22, 2018 · 3 comments
Closed

Firefox css bug in the menu of the dashboard example #25684

rafatga opened this issue Feb 22, 2018 · 3 comments
Labels

Comments

@rafatga
Copy link

rafatga commented Feb 22, 2018

Preconditions

  • MacOs High Sierra 10.13.2
  • Firefox Quantum 58.0.2 (64-bit)

Bug Example

Expected result

The first element (li) of the side menu should be "Dashboard".

Actual result

The first element is being hidden under the main top navbar.

screen shot 2018-02-22 at 3 19 50 pm

screen shot 2018-02-22 at 3 20 11 pm

@Johann-S
Copy link
Member

Bug reports must include a live demo of the problem. Per our contributing guidelines, please create a reduced test case via CodePen or JS Bin and report back with your link, Bootstrap version, and specific browser and OS details.

@rafatga
Copy link
Author

rafatga commented Feb 22, 2018

Hi @Johann-S,
I have included a new section in the issue where I added the links of the test case.

@weberlance
Copy link

weberlance commented Feb 23, 2018

FireFox 49.0.1 (win7 enterprise sp1) have the same view.
I think that problem is in "sidebar-sticky" class. It looks like modifier of sidebar but we use it in context of sidebar.
And in this case it's better to use just relative position instead of sticky(I think that it's impossible to use correct .sidebar-sticky without .sidebar parent/ancestor).

For IE11 there is another problem.
According to _position.scss IE doesn't understand @supports at all and properties top, z-index are missed too. And there is no fallback like "position: relative".

Also in dashboard.css there is no "@ supports" rule and is the cause of errors in IE.

ie11-sidebar-sticky

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants