@gitlab/ui 48.0.0 → 48.1.1
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
CHANGED
|
@@ -107,6 +107,10 @@ $gl-drawer-scrim-gradient: linear-gradient(to bottom, $transparent-rgba, $white)
|
|
|
107
107
|
|
|
108
108
|
.gl-drawer-body {
|
|
109
109
|
@include gl-flex-grow-1;
|
|
110
|
+
// prevent safari bug where box shadow is visible
|
|
111
|
+
// above the drawer when hovering interactive elements
|
|
112
|
+
// see https://gitlab.com/gitlab-org/gitlab/-/issues/366558
|
|
113
|
+
background-color: inherit;
|
|
110
114
|
}
|
|
111
115
|
|
|
112
116
|
.gl-drawer-body-scrim {
|