diff options
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/react/components/page/User.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/react/components/page/User.scss b/src/client/react/components/page/User.scss index f56a593..d739292 100644 --- a/src/client/react/components/page/User.scss +++ b/src/client/react/components/page/User.scss @@ -1,7 +1,7 @@ .UserPage { .searchWrapper { position: fixed; - z-index: 1; // Position the search bar abore the schedule + z-index: 1; // Position the search bar above the schedule width: 100%; .searchContainer { |