diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2020-06-29 06:47:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-29 06:47:06 +0000 |
| commit | 02017bc624e13341d29ec63a48566dbd618ccee1 (patch) | |
| tree | af61bed20c47fec9603fd62cb23142a5be6462d3 /searx/templates/oscar/base.html | |
| parent | 93cbd85b8a5becdf69e6d70dd7c60f7122531262 (diff) | |
| parent | 0fdd9339d09864ae0f5caca2b8aa9210d8757744 (diff) | |
Merge branch 'master' into duckduckgo_correction
Diffstat (limited to 'searx/templates/oscar/base.html')
| -rw-r--r-- | searx/templates/oscar/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html index 5bdfc5190..a3bfa5249 100644 --- a/searx/templates/oscar/base.html +++ b/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> |