фикс меню hdri
zarbo hotfix by bykovser
Details
Authorbykovser
LicenseNo License
Categoryhttps://app.zarbo.tech/
Created
Updated
Size400 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name zarbo hotfix
@version 1
@namespace https://userstyles.world/user/bykovser
@description фикс меню hdri
@author bykovser
@license No License
==/UserStyle== */
@-moz-document domain("app.zarbo.tech") {
.v-overlay__scrim {
opacity: 0 !important;
}
.v-dialog__content {
justify-content: flex-start !important;
}
}