From 205e7d17fa826f62488325485d041dd185a394c9 Mon Sep 17 00:00:00 2001 From: Gregg Van Hove Date: Mon, 11 Jun 2018 17:47:53 -0700 Subject: [PATCH] fix the search box on the screen --- css/_scss/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/_scss/index.scss b/css/_scss/index.scss index 80ec1ce6..5e2753dc 100644 --- a/css/_scss/index.scss +++ b/css/_scss/index.scss @@ -50,7 +50,7 @@ } .search-wrapper { - position: absolute; + position: fixed; top: 12px; right: 150px; }