diff --git a/CHANGELOG.md b/CHANGELOG.md
index e0774c1ab8d2960fd783b902ca446dc767a17cf1..b0faf217d91b0e9198851dab0b319be71f5a53de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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 ###
 
diff --git a/src/core/css/webcaosdb.css b/src/core/css/webcaosdb.css
index b792bd9ea3ad38a14f82b9524646e5219cdd8578..036457bc7906ab03b9876effb4d6efd15d55b2ad 100644
--- a/src/core/css/webcaosdb.css
+++ b/src/core/css/webcaosdb.css
@@ -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 {