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

Bulma 1.0 : Drop down menu in a fixed grid is hidden by any other fixed grid #3784

Open
jbrazeau opened this issue Apr 11, 2024 · 0 comments

Comments

@jbrazeau
Copy link

This is about Bulma 1.0 fixed grid and drop down menus.

Overview of the problem

This is about the Bulma CSS framework
I'm using Bulma version 1.0.0

My browser is: chrome / firefox

I am sure this issue is not a duplicate? Spent a few minutes to lookup in the issue repository, but I didn't find any related issue.

Description

The drop menu content of a drop menu button that resides in a fixed grid is hidden by any other fixed grid that is below.

Steps to Reproduce

I've created a trivial sample with :

  • a fixed grid with 2 rows / 4 cells : the top left cell contains an expanded drop down button, the menu overlaps the second row (which is good)
  • a second fixed grid with 1 row / 2 cells : the menu is hidden by the grid (which is a problem)
  • a column is inserted after : the menu overlaps the columns (which is good)

The basic HTML that isolates the problem is available in code-pen (so that it is trivial to reproduce) : https://codepen.io/Jean-Fran-ois-Brazeau/pen/bGJKeVm

Expected behavior

The drop down menu is expected to be fully visible, even over another fixed grid.

Actual behavior

Screenshot 2024-04-11 at 13 21 47

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

No branches or pull requests

1 participant