mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix(logos-docusaurus-theme): fix image light box invisible backdrop issue
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
}
|
||||
|
||||
.visible {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
opacity: 1 !important;
|
||||
visibility: visible !important;
|
||||
}
|
||||
|
||||
.nav > nav {
|
||||
|
||||
Reference in New Issue
Block a user