Dropdown `data-boundary` option not working in scrollable column
See original GitHub issueIssue Analytics
- State:
- Created 5 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Bootstrap 5.1.3 Dropdown data-bs-boundary No Longer Works
The Dropdown is right justified on the page and due to this, dropdown items that are longer that the selected item are truncated...
Read more >Bootstrap 4 dropdown in scrollable column - CodePen
You can use the CSS from another Pen by using its URL and the proper URL extension.
Read more >Dropdowns · Bootstrap v5.2
Overview. Dropdowns are toggleable, contextual overlays for displaying lists of links and more. They're made interactive with the included Bootstrap ...
Read more >Angular directives for Bootstrap - AngularUI
AngularJS (Angular) native directives for Bootstrap. Small footprint (5kB gzipped!), no 3rd party JS dependencies (jQuery, bootstrap JS) required!
Read more >Overflowing content - Learn web development | MDN
The problem with data loss is that you might not notice. ... you could use the overflow-y property, setting overflow-y: scroll .
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@notaphplover You are right that it’s bad practice to style columns directly but I couldn’t come up with better markup for my concrete situation where I faced the issue.
Here is a pen to show what I mean: https://codepen.io/jackmu95/pen/yjdzvy
The general question here is as @andresgalante mentioned why
.col
is position relative.@jackmu95 You are welcome. Yeah, it would be wonderful ^_^ 👍 .