Skip to content

Commit

Permalink
Add !important to style override
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed May 30, 2022
1 parent 927072e commit 3e28b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/pages/documentation-search.blade.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<h1>Search the documentation site</h1>
<style>#searchMenuButton{display:none;}#search-results{max-height:unset!important;}</style>
<style>#searchMenuButton{display:none!important;}#search-results{max-height:unset!important;}</style>
@include('hyde::components.docs.search-input')

0 comments on commit 3e28b1d

Please sign in to comment.