mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #104] CSS issue - scrolling pane #80
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#80
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Jul 16, 2014).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/104
I'm on the "Add Alias" page, and when I click the domain dropdown (I have many domains), that DIV scrolls and the dropdown is partially hidden until I scroll. It's very strange.
I fixed it by inspecting the page in Firefox dev tools, and I found this div:
I unchecked the
overflow: autoto disable it, and that fixed it. So you'll probably just need to override.tab-contentin the CSS and specifyoverflow: inherit.