fixed bulkbar wrapper clickthrough and normalized exported filename dates

This commit is contained in:
Gani Georgiev
2026-05-26 18:47:05 +03:00
parent 97b85334a9
commit e067bf1517
10 changed files with 32 additions and 13 deletions
+2
View File
@@ -54,6 +54,7 @@
left: 0;
bottom: var(--smSpacing);
right: 0;
pointer-events: none;
.bulkbar {
position: relative;
@@ -62,6 +63,7 @@
right: auto;
margin: var(--smSpacing) auto;
transform: translateY(0);
pointer-events: auto;
@starting-style {
transform: translateY(10px);
}