Problem/Motivation
Confirmation dialog boxes obscured by right hand node options panel on "smaller" screens.

Steps to reproduce
using layout paragraphs module on a node edit form and adding/removing components to trigger confirmation dialog.
Proposed resolution
CSS z-index maybe?
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | Screenshot 2022-03-24 at 08.44.46.png | 118.41 KB | budda |
Comments
Comment #2
saschaeggiI just checked with Layout Paragraphs 1.0 and eveythings seems to be normal. Do you use any custom CSS overrides or a subtheme maybe?
Or are you using 2.x by any chance?
Comment #3
buddaUsing 8.x-3.0-beta1 and no Gin sub-theme.
It's the distro from https://localgovdrupal.org/
Comment #4
saschaeggiAs I mentioned before: What Layout Paragraphs version are you using? Could it be that there are some localGov overrides?
If it's Layout Paragraphs 1.0 it doesn't seem to be Gin related.
Comment #5
buddaYour previous question didn't ask "What Layout Paragraphs version are you using?" - so I did not provide that information.
Localgov distribution bundles the module:
Machine name: layout_paragraphs
Version: 1.0.0
Where would CSS overrides be getting applied to the Gin theme? Happy to go digging to confirm.
Comment #6
buddaIf i switch to the Claro theme and try deleting a paragraph component the dialog box appears on top of everything just fine, which is why I thought it would be Gin specific.
Comment #7
saschaeggiI did – as I wanted to rule out you're using 2.x. But maybe it was not obvious enough, sorry 😉
It could be anywhere tbh. Most likely from a contrib module or maybe there is a
gin-custom.csswith overrides in place.You might look for a
z-indexthat gets applied to.layout-region-node-secondary(most likely).I'm running a site with layout_paragraphs as well (several actually) and do not see this behavior in any site. I just checked it again on two different sites.
Comment #8
saschaeggiYou can also try to use the latest Gin
8.x-3.x-devto maytbe rule out it's happening with the latest version with Gin.Comment #9
saschaeggiClosing this as I didn't hear back.