Wie kann ich die Dropdown -Klasse aus Naval in Bootstrap ausstellen?

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Wie kann ich die Dropdown -Klasse aus Naval in Bootstrap ausstellen?

by Anonymous » 02 Feb 2025, 16:39

Ich versuche, einen Bootstrap-Dropdown zu erstellen. Ich habe versucht, die Z-Index zu erhöhen und Position zu setzen: Absolut, aber es wird immer noch abgeschnitten oder fügt Scrollen hinzu, wenn ich eine Höhe festlegt. "https://i.static.net/gpcjinlq.png"/>
Ich lade ein Bild der aktuellen Navigaberei und volle Höhe als automatisch, aber stattdessen passt es in diesen blauen Dropdown (der übergeordnete Dropdown) passt. Daher möchte ich diese weiße Dropdown -Down -Down -Höhe als außerhalb des blauen Dropdowns anweisen. "snippet">

Code: Select all

#dropdown-div-mobile {
display: flex;
overflow-x: auto !important;
white-space: nowrap;
flex-direction: row;
}

#drop-down-nav {
padding: 10px 10px;
background-color: var(--nav-header-color);
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

#btn-group-dropdown-custom {
max-height: 200px;
z-index: 1000;
width: auto;
overflow-y: auto;
}< /code>
 [*][url=./CriminalDefence.php]Services[/url]



Digital services
Mobile & Web Application
[list]
[url=helpdesksoftware.php]Help Desk Software[/url]
[*][url=serviceautomation.php]Service Automation Software[/url]

[*][url=livechat.php]Live Chat[/url]
[*][url=HRandOps.php]HR & Ops[/url]
[*][url=marketingautmation.php]Marketing Auto[/url]
[/list]





Top