diff options
author | Noah Loomans <noahloomans@gmail.com> | 2018-01-30 21:36:44 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2018-01-30 21:36:44 +0100 |
commit | 63f3b83d5f81ad4b08ecabde80b60178afcdb5d0 (patch) | |
tree | 6b28eb962962b01a153345b08e2f35580a1e8bf3 /src/client/style | |
parent | a57d620d4229749a6aa8f831d6f5337c296ca6d8 (diff) |
Auto resize schedule
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 { |