@ansiversa/components 0.0.66 → 0.0.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/styles/global.css +8 -0
package/package.json
CHANGED
package/src/styles/global.css
CHANGED
|
@@ -786,6 +786,14 @@
|
|
|
786
786
|
margin-right: 0 !important;
|
|
787
787
|
}
|
|
788
788
|
|
|
789
|
+
/* Ansiversa standard: only ONE overlay source */
|
|
790
|
+
.av-drawer-overlay .av-drawer__backdrop,
|
|
791
|
+
.av-drawer-overlay .av-drawer-backdrop,
|
|
792
|
+
.av-drawer-overlay .av-drawer__overlay,
|
|
793
|
+
.av-drawer-overlay [data-av-drawer-backdrop] {
|
|
794
|
+
display: none !important;
|
|
795
|
+
}
|
|
796
|
+
|
|
789
797
|
/* TABLE */
|
|
790
798
|
.av-table {
|
|
791
799
|
border: 1px solid var(--ans-border);
|