diff --git a/_sass/search.scss b/_sass/search.scss
index c5af4e5c6521ffb8bf9a0cf494c0ad9d1111e9a3..3a6ad2046d24ed37ed4f35e311233e65180c6e24 100644
--- a/_sass/search.scss
+++ b/_sass/search.scss
@@ -170,9 +170,9 @@
 
 .search-button {
   position: fixed;
-  display: flex;
   right: $sp-4;
   bottom: $sp-4;
+  display: flex;
   width: $sp-9;
   height: $sp-9;
   background-color: $search-background-color;