mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-05 22:55:58 +00:00
Fix datepicker position for action input fields
Either the width and appearance must be changed to match this of an `ui action input` or the position must be fixed as done here. It is not correctly positioned, because the `ui input` class uses a flex.
This commit is contained in:
parent
dbd0f3ff97
commit
79eb7b4d66
@ -262,6 +262,12 @@ label span.muted {
|
||||
From: https://github.com/CurrySoftware/elm-datepicker/blob/3.1.0/css/elm-datepicker.css
|
||||
License: BSD-3-Clause
|
||||
*/
|
||||
|
||||
.elm-datepicker--container.ui.input .elm-datepicker--picker {
|
||||
top: 2.7em;
|
||||
}
|
||||
|
||||
|
||||
.elm-datepicker--container {
|
||||
position: relative; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user