summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web-ui/app/scss/views/_read-view.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/scss/views/_read-view.scss b/web-ui/app/scss/views/_read-view.scss
index 6c229f9b..7a797909 100644
--- a/web-ui/app/scss/views/_read-view.scss
+++ b/web-ui/app/scss/views/_read-view.scss
@@ -6,7 +6,7 @@
// a new float context to be created, so elements that
// are floated inside an element that has overflow: hidden
// applied are cleared.
- overflow-x: hidden;
+ overflow: hidden;
hr {
margin: 0;