【问题标题】:How to hide dark mode icon on the image preview如何在图像预览中隐藏暗模式图标
【发布时间】:2021-08-30 12:18:12
【问题描述】:

深色模式图标显示在图像预览的前面。如何隐藏它? 示例测试页:https://www.aluth.com/2021/05/apple-airtag-how-it-works-features-and.html

enter image description here

【问题讨论】:

    标签: templates themes customization blogger


    【解决方案1】:

    图标出现在预览的前面,因为它有z-index: 999;

    设置预览框的z-index,使其大于999

    .CSS_LIGHTBOX {
        z-index: 9999;
    }
    

    您可以阅读有关z-index 属性的更多信息

    【讨论】:

    • 我改成,z-index: 0;现在好了。谢谢老兄!
    猜你喜欢
    • 1970-01-01
    • 2018-01-29
    • 1970-01-01
    • 1970-01-01
    • 2019-11-15
    • 2018-01-17
    • 2017-08-14
    • 2017-06-15
    • 1970-01-01
    相关资源
    最近更新 更多