[ColorPicker]Fix edit color flyout over color bar (#31824)

* [Color Picker]Fix Color Editor Window over color bar

* fix: add margin to color control window
This commit is contained in:
Abhishek Girish
2024-03-15 07:36:21 +09:00
committed by GitHub
parent f7792d969a
commit c932440579

View File

@@ -215,6 +215,7 @@
<ui:Flyout
x:Name="DetailsFlyout"
Margin="24,0,0,0"
Closed="DetailsFlyout_Closed"
Opened="DetailsFlyout_Opened"
Placement="Top">