diff options
Diffstat (limited to 'src/client/style')
-rw-r--r-- | src/client/style/_page-user.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/style/_page-user.scss b/src/client/style/_page-user.scss index 37a51eb..1938578 100644 --- a/src/client/style/_page-user.scss +++ b/src/client/style/_page-user.scss @@ -1,6 +1,7 @@ .page-user { .search-wrapper { position: fixed; + z-index: 1; // Position the search bar abore the schedule width: 100%; .search-container { |