diff --git a/themes/finc/scss/compiled.scss b/themes/finc/scss/compiled.scss
index a9a001450909e26328c93cd1ba2d8cae0e3badfe..136fdd8592812218acac8984cd008723dc3d395d 100644
--- a/themes/finc/scss/compiled.scss
+++ b/themes/finc/scss/compiled.scss
@@ -992,13 +992,6 @@ header,
   //  max-width: $row-width;  // Find equiv in BS - fixme CK
 }
 
-//// push navbar in from right, to allow for offcanvas scrollbar
-.offcanvas .navbar-fixed-top {
-  @media only screen and (max-width: $screen-xs-max) {
-    right: ($grid-gutter-width / 2);
-  }
-}
-
 //// Keep navbar on left, when offcanvas is active, give same appearance as ever
 .offcanvas.active .navbar-fixed-top {
   @media only screen and (max-width: $screen-xs-max) {
@@ -1946,16 +1939,18 @@ footer {
   background: $sidebar-item-active-hover-bg;
 }
 
-// #13625 avoid ugly linebreaks with overlong words
+// #13625 avoid ugly linebreaks with overlong words, RL
 .sidebar {
   -webkit-hyphens: auto;
   -moz-hyphens: auto;
   -ms-hyphens: auto;
   -o-hyphens: auto;
   hyphens: auto;
+
   .facet {
     -ms-word-break: break-all;
     word-break: break-all; // fallback for hyphens: auto (Chrome on Desktop and bug on Mozilla for capitalized words)
+
     .text {
       -ms-word-break: break-word;
       word-break: break-word;