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

Bottom Separator not going to the back of content #3061

Closed
5 tasks
andeng1106 opened this issue Feb 15, 2024 · 1 comment · Fixed by #3081 or #3190
Closed
5 tasks

Bottom Separator not going to the back of content #3061

andeng1106 opened this issue Feb 15, 2024 · 1 comment · Fixed by #3081 or #3190

Comments

@andeng1106
Copy link

andeng1106 commented Feb 15, 2024

Describe the bug
Note: This issue is from the affiliate who encountered bugs when testing out Stackable

To Reproduce
Steps to reproduce the behavior:

  1. Add a new page
  2. Add any blocks mentioned above (e.g. Columns)
  3. (optional) Add inner blocks if none yet
  4. In Inspector, enable Bottom Separator
  5. Make sure to add Height to see issue
  6. See that the bottom separator overlaps the inner blocks even if "Bring in Front" is disabled

Expected behavior

  • Bottom Separator should not overlap inner blocks if "Bring in Front" is disabled

Workaround

  • Add this code to Custom CSS:
.stk-block-columns .stk-separator {
z-index: -1;
}

Screenshots

Screen.Recording.2024-02-15.at.12.56.23.PM.mov
@bfintal
Copy link
Contributor

bfintal commented Apr 2, 2024

The fix #3081 causes issues. We'll need to revisit the fix for this. For the meantime, the fix has been reversed in the develop branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment