Add stackedOnTop to make sure the custom element is always rendered on top of all when stackedOnTop is true

This commit is contained in:
ad1992
2022-03-28 15:03:29 +05:30
parent 3d459076fb
commit a4a95a591a
5 changed files with 29 additions and 2 deletions

View File

@@ -159,6 +159,7 @@ export const DEFAULT_CUSTOM_ELEMENT_CONFIG: Required<CustomElementConfig> = {
svg: "",
width: 40,
height: 40,
stackedOnTop: false,
};
export const MQ_MAX_WIDTH_PORTRAIT = 730;
export const MQ_MAX_WIDTH_LANDSCAPE = 1000;