简体   繁体   English

如何在可滚动div上添加叠加层

[英]How to add overlay on scrollable div

This is what I am getting Screen shot of table with overly in light white color这就是我得到的表格屏幕截图,过于浅白色

I wanted the overlay div to acquire all the table content我希望覆盖 div 获取所有表格内容

You can make put a div with below CSS styles.您可以使用以下 CSS 样式放置一个div

div.overlay {
    position: fixed;
    top: 0;
    height: 70vw;
    width: 100%;
    z-index: 100
}

It was not possible what I wanted it to be这不可能是我想要的

end up doing this最终这样做

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM