-
Notifications
You must be signed in to change notification settings - Fork 218
Open
Labels
BugC: DialogC: DrawerC: PopupFP: UnplannedSync status with associated Feedback ItemSync status with associated Feedback Item
Description
Describe the bug
The Drawer prevents popups from positioning correctly due to its use of transform: translateX()
on .k-drawer
.
To Reproduce
Steps to reproduce the behavior:
- Open this snippet.
- Click "Toggle Drawer".
- Click "Open Dialog".
Expected behavior
The Dialog should be able to overlay the Drawer.
There are 2 workarounds at the moment:
- Use the Dialog service and set a dialog container outside of the Drawer.
- Override the transform rule by using
<kendo-drawer [style.transform]="'none'">
, see demo.
Additional context
Reported in ticket 1571725.
Metadata
Metadata
Assignees
Labels
BugC: DialogC: DrawerC: PopupFP: UnplannedSync status with associated Feedback ItemSync status with associated Feedback Item