automatically apply formulas on click

This commit is contained in:
imperosol
2025-11-26 15:53:16 +01:00
parent b03346c733
commit 4e73f103d8
5 changed files with 72 additions and 27 deletions

View File

@@ -10,12 +10,12 @@
float: right;
}
.basket-error-container {
.basket-message-container {
position: relative;
display: block
}
.basket-error {
.basket-message {
z-index: 10; // to get on top of tomselect
text-align: center;
position: absolute;