upper popup z-index to 3000
This commit is contained in:
@@ -11,7 +11,7 @@ defineOptions({
|
|||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
#tui-popup {
|
#tui-popup {
|
||||||
border: var(--tui-border);
|
border: var(--tui-border);
|
||||||
z-index: 20;
|
z-index: 3000;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
|||||||
Reference in New Issue
Block a user