gearboxdownloadmodal 8.5.1 → 8.5.11
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/dist/index.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +3 -2
package/dist/index.es.js
CHANGED
|
@@ -14018,7 +14018,8 @@ const Dt = 5, YK = ({
|
|
|
14018
14018
|
overlay: {
|
|
14019
14019
|
position: "fixed",
|
|
14020
14020
|
backgroundColor: "rgba(0, 0, 0, 0.6)",
|
|
14021
|
-
backdropFilter: "blur(
|
|
14021
|
+
backdropFilter: "blur(4px)",
|
|
14022
|
+
WebkitBackdropFilter: "blur(4px)",
|
|
14022
14023
|
zIndex: 50,
|
|
14023
14024
|
top: 0,
|
|
14024
14025
|
left: 0,
|