We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 213886f + 76c0891 commit 2b3a7a6Copy full SHA for 2b3a7a6
src/scripts/Providers/OSUI/SharedProviderResources/Flatpickr/scss/_flatpickr.scss
@@ -36,6 +36,14 @@
36
37
// Has Time
38
&.hasTime {
39
+ /* This will implement a workaround:
40
+ * - When Time is present and a date is selected, library will set focus to the Time input,
41
+ * If Time input is not inside at the screen boundaries, browser will force a document scroll in order
42
+ * be possible to put that input inside the boundaries, which creates an issue due content will be moved
43
+ * to a place where then it's not possible to came from.
44
+ **/
45
+ position: fixed;
46
+
47
.flatpickr-time {
48
border: var(--border-size-none);
49
height: 30px;
0 commit comments