mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-08-03 19:17:07 -04:00
9 lines
233 B
SCSS
9 lines
233 B
SCSS
// Ghostery is blocking all .d-block under pronouns.page 🤦 gotta make a workaround
|
|
.d-block-force {
|
|
display: block !important;
|
|
}
|
|
|
|
.modal.modal-shown.d-block, .modal.modal-shown.d-block-force {
|
|
display: block !important;
|
|
}
|