1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

Safari date time fix (#877)

* date/time fixes for safari

* cleanup

* updated jslib

* whitespace
This commit is contained in:
Addison Beck
2021-03-08 16:10:16 -05:00
committed by GitHub
parent ec3154ea46
commit bdf6dcd8cd
5 changed files with 67 additions and 17332 deletions

View File

@@ -163,3 +163,9 @@ $fa-font-path: "~font-awesome/fonts";
}
}
}
date-input-polyfill {
&[data-open="true"] {
z-index: 10000 !important;
}
}