mathuo / dockview

Zero dependency Docking Layout Manager. Supports Vanilla TypeScript, React and Vue.
https://dockview.dev
MIT License
659 stars 47 forks source link

Added support for custom overlay z-index #724

Open amirmamaghani opened 1 day ago

amirmamaghani commented 1 day ago

Replaced const with css variable --dv-floating-z-index to easily override. Related to #720

codesandbox-ci[bot] commented 1 day ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 3c90e9d196ae0330d9c4856f19fdfa52920743ad:

Sandbox Source
customheader-dockview Configuration
dockview-app Configuration
editor-gridview Configuration
events-dockview Configuration
externaldnd-dockview Configuration
fullwidthtab-dockview Configuration
iframe-dockview Configuration
lockedgroup-dockview Configuration
nativeapp-dockview Configuration
nested-dockview Configuration
rendering-dockview Configuration
amirmamaghani commented 1 day ago

Hey @mathuo , I submitted pull request, it's not tested nor run, but after studying the code, it should work as expected. Please let me know if something needs to be changed. I would highly appreciate having this option as curretly I'm experiencing issues with Mantine z-index structure.