Commit 72bdd925 by Damien Moulard

ALC: click on items in table on the same line than the suppliers info

parent 313b1dd9
Pipeline #2139 passed with stage
in 1 minute 28 seconds
...@@ -327,11 +327,13 @@ ...@@ -327,11 +327,13 @@
position: sticky; position: sticky;
top: 140px; top: 140px;
z-index: 5; z-index: 5;
pointer-events: none;
} }
.supplier_pill { .supplier_pill {
background-color: #ffebcd; background-color: #ffebcd;
border: 2px solid black; border: 2px solid black;
pointer-events: auto;
} }
.pill_supplier_name { .pill_supplier_name {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment