html,
body,
.desktop,
.taskbar,
.shell,
.window,
.main-window,
.window-body,
.post > header,
.post > footer,
.reply-reference,
.reference-panel,
.attachment-list {
    visibility: visible !important;
    opacity: 1 !important;
}

.desktop {
    display: block !important;
    min-height: 100vh !important;
}

[data-cf-css-scope] {
    position: relative !important;
    display: block !important;
    isolation: isolate !important;
    contain: paint !important;
    box-sizing: border-box !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    overflow: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 0 !important;
}
