Skip to content

Commit

Permalink
datepicker corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Standarduser committed May 5, 2024
1 parent 20a2eab commit 9b2cb38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion widgets/vis-homekittiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
name="<%= this.data.attr('wid') %>_input"
id="<%= this.data.attr('wid') %>_input"
value=""
size="<%= this.data.attr('size') %>"
readonly
data-oid="<%= this.data.attr('oid') %>"
data-dateformat="<%= this.data.attr('dateformat') %>"
<%= (el) -> vis.binds['vis-homekittiles'].hktDatepicker(el); %>
Expand Down
1 change: 1 addition & 0 deletions widgets/vis-homekittiles/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@
padding-left: 10px;
padding-top: 78px;
box-sizing: border-box;
cursor: pointer;

z-index: 2;
position: absolute;
Expand Down

0 comments on commit 9b2cb38

Please sign in to comment.