[GH-ISSUE #104] CSS issue - scrolling pane #80

Closed
opened 2026-02-26 09:35:41 +03:00 by kerem · 0 comments
Owner

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:

<div class="tab-content">

I unchecked the overflow: auto to disable it, and that fixed it. So you'll probably just need to override .tab-content in the CSS and specify overflow: inherit.

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: ``` <div class="tab-content"> ``` I unchecked the `overflow: auto` to disable it, and that fixed it. So you'll probably just need to override `.tab-content` in the CSS and specify `overflow: inherit`.
kerem closed this issue 2026-02-26 09:35:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ViMbAdmin-opensolutions#80
No description provided.