Skip to content
Snippets Groups Projects
Commit 2d79ee08 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

FIX: Also fix dead scroll bar in SELECT output

parent 31b43772
No related branches found
No related tags found
2 merge requests!139FIX: Set horizontal scroll of property names to auto,!136FIX: Set horizontal scroll of property names to auto
Pipeline #52835 passed
......@@ -872,7 +872,7 @@ details p {
}
.caosdb-select-table > .card-body {
overflow-x: scroll;
overflow-x: auto;
}
.caosdb-f-property-value .caosdb-value-list details summary::after {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment