Skip to content
Snippets Groups Projects
Commit 315c30b0 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

Merge branch 'f-fix-dead-scroll-bar' into 'dev'

FIX: Set horizontal scroll of property names to auto

See merge request !136
parents d683d30e 2d79ee08
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 #53184 passed
......@@ -16,7 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ###
- [252](https://gitlab.com/linkahead/linkahead-webui/-/issues/252) Make different link to parent dir more visible.
- [#252](https://gitlab.com/linkahead/linkahead-webui/-/issues/252) Make
different link to parent dir more visible.
- [#255](https://gitlab.com/linkahead/linkahead-webui/-/issues/255) Remove
disabled scroll bar under property names that would show on some browsers.
### Security ###
......
......@@ -249,7 +249,7 @@ h5 {
.caosdb-v-property-left-col {
min-height: 30px;
display: inline-block;
overflow-x: scroll;
overflow-x: auto;
}
.caosdb-v-property-left-col > * {
......@@ -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