aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2018-06-25 21:55:10 +0200
committerNoah Loomans <noahloomans@gmail.com>2018-06-25 21:55:10 +0200
commit5ba9c31d8ba6ead4aa1fbcc8ab52f2c54e1fcb32 (patch)
treef949ed6f9a532474af73d80b3ddde8b784ca6755
parent6c7cd42bc3cb62087c2acbff7225d3733065082f (diff)
Fix typo
-rw-r--r--src/client/react/components/page/User.scss2
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 {