Fix overflow

This commit is contained in:
Andrew Kingston 2024-04-02 11:08:37 +01:00
parent 24f6761766
commit 4673fbeaaa
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@
<style> <style>
.date-time-popover { .date-time-popover {
padding: 8px; padding: 8px;
overflow: hidden;
} }
.footer { .footer {
display: flex; display: flex;