We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c25668f commit e824c64Copy full SHA for e824c64
1 file changed
basxbread/layout/components/datatable.py
@@ -307,7 +307,7 @@ def with_toolbar(
307
),
308
_class="settingscontainer",
309
style="position: absolute; z-index: 999; right: 0; display: none; max-width: 80%",
310
- onload="document.addEventListener('click', (e) => {this.style.display = 'none'})",
+ onload="document.addEventListener('click', (e) => {if(e.target.closest('.flatpickr-calendar') === null){this.style.display = 'none'}})",
311
312
style="position: relative",
313
onclick="event.stopPropagation()",
0 commit comments