-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropdown am Split-Button wird abgeschnitten #6725
Labels
bug
Something isn't working
Comments
Lösungsansatz: Der innere Container des Popover muss statt |
Statt dem: <div class="popover" ref={this.catchDropdownElements}>
<div class="popover-content">
<slot />
</div>
</div> sollte <KolPopoverWc>
<slot />
</KolPopoverWc> verwendet werden. |
anicyne
added a commit
that referenced
this issue
Aug 12, 2024
anicyne
added a commit
that referenced
this issue
Aug 13, 2024
anicyne
added a commit
that referenced
this issue
Aug 14, 2024
anicyne
added a commit
that referenced
this issue
Aug 14, 2024
anicyne
added a commit
that referenced
this issue
Aug 14, 2024
anicyne
added a commit
that referenced
this issue
Aug 14, 2024
anicyne
added a commit
that referenced
this issue
Aug 15, 2024
E2E-Tests werden separat erstellt. Zum Test für dieses Behavior sind sie nicht geeignet, da es ein visuelles Problem ist. |
sdvg
added a commit
that referenced
this issue
Aug 27, 2024
sdvg
added a commit
that referenced
this issue
Aug 27, 2024
Makko74
added a commit
that referenced
this issue
Sep 3, 2024
Makko74
added a commit
that referenced
this issue
Sep 3, 2024
Makko74
added a commit
that referenced
this issue
Sep 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ist der Dropdown innerhalb einer Komponente mit Shadow-DOM (Bsp.: KolCard), wird das Dropdown abgeschnitten, wenn es hinausragen würde.
The text was updated successfully, but these errors were encountered: