diff --git a/SAS/TMSS/backend/src/tmss/tmssapp/views.py b/SAS/TMSS/backend/src/tmss/tmssapp/views.py
index 6be8abb8cb619e536bafad08661c8404e79c1d18..be6706a8658fd9a053ac41a3c6717d2fb5329559 100644
--- a/SAS/TMSS/backend/src/tmss/tmssapp/views.py
+++ b/SAS/TMSS/backend/src/tmss/tmssapp/views.py
@@ -787,6 +787,8 @@ def public_schedule(request):
           background-color: #AAAAAA;
           font-weight: bold; 
           text-align: left; 
+          position: sticky;
+          top: 0px;
         }
         tr:nth-child(even) {
           background-color: #EEEEEE;