Browse Source

[fix] rewrite overflow:none as none is an invalid property - $350

Adam Tauber 4 years ago
parent
commit
c7b75fc818
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/templates/oscar/base.html

+ 1 - 1
searx/templates/oscar/base.html

@@ -42,7 +42,7 @@
         <style type="text/css">
             .tab-content > .active_if_nojs, .active_if_nojs {display: block !important; visibility: visible !important;}
             .margin_top_if_nojs {margin-top: 20px;}
-            .hide_if_nojs {display: none !important;overflow:none !important;}
+            .hide_if_nojs {display: none !important;overflow: hidden !important;}
             .disabled_if_nojs {pointer-events: none; cursor: default; text-decoration: line-through;}
         </style>
     </noscript>