Usage creates a classless div with 'data-overlay-container' attribute. #804
Replies: 4 comments 3 replies
-
e.g. the highlighted account container should grow to the height of website layout main div, but it cannot because of the next ui div in between. |
Beta Was this translation helpful? Give feedback.
-
You can select this element using an attribute selector (https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors)
|
Beta Was this translation helpful? Give feedback.
-
This still appears to be an issue in |
Beta Was this translation helpful? Give feedback.
-
The problem that has been bothering me for a long time😡 |
Beta Was this translation helpful? Give feedback.
-
I am using in Next.JS, the div stops children growing to their parent's height and width. As the div is classless it is hard to target with styles to overcome this.
Please see screenshot for context.
Beta Was this translation helpful? Give feedback.
All reactions