My goal is to wrap the entire bootstrap dropdown in a single shared border. The examples provided by Bootstrap have the toggle button with its own border and the subsequent dropdown-menu with another border. I am looking to have both the toggle button and the menu enclosed within a singular border when toggling the dropdown menu.
Is there a way to achieve this within Bootstrap, or should I consider using a different approach?
Attempts to encase these elements in a parent element with its own border have been unsuccessful.