mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Fix CSS selector
These styles should only apply to the form-actions in the products form.
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user