@elastic/eui 65.0.1 → 65.0.2

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.
@@ -3672,7 +3672,10 @@ SOFTWARE.
3672
3672
  overflow: auto;
3673
3673
  max-width: 400px !important;
3674
3674
  max-height: 400px !important;
3675
- z-index: 1000 !important; }
3675
+ z-index: 1000 !important;
3676
+ -webkit-filter: none;
3677
+ filter: none;
3678
+ box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); }
3676
3679
  .euiDataGridRowCell__popover::-webkit-scrollbar {
3677
3680
  width: 16px;
3678
3681
  height: 16px; }