-
I'm using both a right and left drawer. When the right drawer opens it prevents interaction and dims the main area. The left drawer doesn't do this. Is there a way to prevent the right drawer from being modal? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello, @tkefauver This control was developed by @appleneko2001, so probably my answer would be incorrect, but seems like modality controlled by "drawer expand" option. Seems like driver expand automatically, if certain width threshold is passed. This threshold can be controlled via |
Beta Was this translation helpful? Give feedback.
Hello, @tkefauver
This control was developed by @appleneko2001, so probably my answer would be incorrect, but seems like modality controlled by "drawer expand" option. Seems like driver expand automatically, if certain width threshold is passed. This threshold can be controlled via
LeftDrawerExpandThresholdWidth
andRightDrawerExpandThresholdWidth
. So you probably should set this to zero.