Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

ZenHub: Popup has scrollbars #6014

Closed
jonathansampson opened this issue Dec 4, 2016 · 1 comment
Closed

ZenHub: Popup has scrollbars #6014

jonathansampson opened this issue Dec 4, 2016 · 1 comment
Labels
bug feature/extensions fixed-with-brave-core This issue will automatically resolved with the replacement of Muon with Brave Core. wontfix

Comments

@jonathansampson
Copy link
Collaborator

Describe the issue you encountered:
The ZenHub extension popup has unnecessary scrollbars.

Expected behavior:
There should not be any scrollbars on the popup.

Brave Version: 0.12.11

Screenshot if needed:
image

Any related issues: #5998, #6002

@jonathansampson
Copy link
Collaborator Author

The above is caused by the following CSS:

.zh-menu-header .zh-menu-items {
  position: absolute;
  right: -13;
  top: 8;
}

This causes the container housing the Dashboard, Help, and Sign Out links to be pushed 13 pixels over the right-edge of the viewport. This results in scrollbars.

Setting overflow-x: hidden on the html element resolves.

@luixxiul luixxiul removed the reduced label Sep 13, 2017
@bsclifton bsclifton added this to the Triage Backlog milestone Nov 27, 2017
@bsclifton bsclifton added wontfix fixed-with-brave-core This issue will automatically resolved with the replacement of Muon with Brave Core. labels Jul 25, 2018
@bsclifton bsclifton removed this from the Triage Backlog milestone Jul 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug feature/extensions fixed-with-brave-core This issue will automatically resolved with the replacement of Muon with Brave Core. wontfix
Projects
None yet
Development

No branches or pull requests

3 participants