mirror of
https://github.com/mathuo/dockview
synced 2025-05-04 02:28:26 +00:00
bug: popover z-index
This commit is contained in:
parent
6e02e59fec
commit
ca7bd0a86d
@ -35,7 +35,7 @@ export class PopupService extends CompositeDisposable {
|
||||
|
||||
const wrapper = document.createElement('div');
|
||||
wrapper.style.position = 'absolute';
|
||||
wrapper.style.zIndex = '99';
|
||||
wrapper.style.zIndex = 'calc(var(--dv-overlay-z-index, 999) * 2)';
|
||||
wrapper.appendChild(element);
|
||||
|
||||
const anchorBox = this._element.getBoundingClientRect();
|
||||
|
Loading…
Reference in New Issue
Block a user