1
0
Fork 0
mirror of synced 2024-09-02 10:41:09 +12:00

Multiple style fixes

This commit is contained in:
Andrew Kingston 2024-04-05 12:16:42 +01:00
parent 685ec5e744
commit dfa772701d
3 changed files with 5 additions and 6 deletions

View file

@ -28,6 +28,8 @@
}
</script>
<!-- svelte-ignore a11y-no-static-element-interactions -->
<!-- svelte-ignore a11y-click-events-have-key-events -->
<div
bind:this={anchor}
class:is-disabled={disabled}

View file

@ -148,9 +148,7 @@
on:close={onClose}
{anchor}
portalTarget={appendTo}
maxHeight={374}
maxWidth={296}
align="left"
{align}
>
{#if isOpen}
<div class="date-time-popover">

View file

@ -61,9 +61,7 @@
<div class="container">
<div class="value">
{#if value}
{displayValue}
{/if}
{displayValue}
</div>
{#if editable}
<Icon name="Calendar" />
@ -103,6 +101,7 @@
text-overflow: ellipsis;
white-space: nowrap;
line-height: 20px;
height: 20px;
}
.picker {
position: absolute;