@ansiversa/components 0.0.67 → 0.0.69
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 +6 -0
package/package.json
CHANGED
package/src/styles/global.css
CHANGED
|
@@ -794,6 +794,12 @@
|
|
|
794
794
|
display: none !important;
|
|
795
795
|
}
|
|
796
796
|
|
|
797
|
+
/* Avoid a second dark band when the overlay already dims the page. */
|
|
798
|
+
.av-drawer-overlay .av-drawer {
|
|
799
|
+
box-shadow: none !important;
|
|
800
|
+
border-left: none !important;
|
|
801
|
+
}
|
|
802
|
+
|
|
797
803
|
/* TABLE */
|
|
798
804
|
.av-table {
|
|
799
805
|
border: 1px solid var(--ans-border);
|