mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
[BEEEP] [PM-4043] Remove date-input-polyfill (#6372)
This commit is contained in:
@@ -8,6 +8,3 @@ if (process.env.NODE_ENV === "production") {
|
||||
Error["stackTraceLimit"] = Infinity;
|
||||
require("zone.js/dist/long-stack-trace-zone");
|
||||
}
|
||||
|
||||
// Other polyfills
|
||||
require("date-input-polyfill");
|
||||
|
||||
@@ -129,9 +129,3 @@
|
||||
color: themed("textColor");
|
||||
}
|
||||
}
|
||||
|
||||
date-input-polyfill {
|
||||
&[data-open="true"] {
|
||||
z-index: 10000 !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user