Skip to content

Commit

Permalink
remove max height on search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
AltriusRS committed Aug 26, 2023
1 parent 62bce20 commit a5cf877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function logout () {
<div
:class="style.searchResults"
:style="{
'max-height': visible ? ((results.length * 110) + ((episodeResults.length * 110))) + 'px' : '0px',
// 'max-height': visible ? ((results.length * 110) + ((episodeResults.length * 110))) + 'px' : '0px',
opacity: visible ? '0.95' : '0'
}"
>
Expand Down

0 comments on commit a5cf877

Please sign in to comment.