Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Popup sections need scrollbar on overflow #944

Closed
mwoffenden opened this issue Dec 21, 2015 · 1 comment
Closed

Popup sections need scrollbar on overflow #944

mwoffenden opened this issue Dec 21, 2015 · 1 comment

Comments

@mwoffenden
Copy link

The Host popup section in particular needs a scrollbar on overflow, otherwise some items are off the bottom of the screen and can't be accessed.

The following CSS seems to fix it for me.

.glimpse-open .glimpse-hud-popup {
overflow-y: scroll;
}

@avanderhoorn
Copy link
Member

Unfortunately there isn't much I can do at the moment. That said, the progress is being tracked at #226

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

No branches or pull requests

2 participants