将wordpress从5.1.1版本更新到5.2后,插件上的文档和阻止栏弹出。案例显示如下
我正在尝试使用z-index = 10000,但仍然无法正常工作。
.seop_onscreen_box_wrap{
width:300px;
height:calc(100% - 32px);
position:fixed;
top:32px;
right:-300px;
background:#f8fdff;
z-index:100000;
box-shadow:0 3px 3px #CCC;
font-family: 'Roboto', sans-serif;
color:#222;}
我希望输出是文档,并且阻止栏返回到插件的后面