Fix CSS selector

These styles should only apply to the form-actions in the products form.
This commit is contained in:
David Cook
2023-12-05 13:41:52 +11:00
committed by Konrad
parent d0edf57e74
commit 041d74b7c2

View File

@@ -20,12 +20,14 @@
}
// Form actions floats over other controls when active
.form-actions {
position: absolute;
top: -1em;
left: 0;
right: 0;
z-index: 1; // Ensure tom-select and .disabled-section are covered
#products-form {
.form-actions {
position: absolute;
top: -1em;
left: 0;
right: 0;
z-index: 1; // Ensure tom-select and .disabled-section are covered
}
}
// Hopefully these rules will be moved to component(s).