Skip to content

Commit

Permalink
fix: logo search positioned below other elements (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite authored Nov 19, 2024
1 parent 3cceccf commit 72f7e57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion includes/version.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
$version = "v2.38.1";
$version = "v2.38.2";
?>
1 change: 1 addition & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1416,6 +1416,7 @@ textarea.thin {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
background-color: white;
box-sizing: border-box;
z-index: 1;
display: none;
}

Expand Down

0 comments on commit 72f7e57

Please sign in to comment.