diff --git a/css/style.css b/css/style.css
index 023f3c0..2eac932 100755
--- a/css/style.css
+++ b/css/style.css
background-color: #eeeeee;
}
+tbody tr td:nth-child(1) {
+ position: sticky;
+ left: 0;
+ z-index: 0;
+ background-color: var(--main-color) ;
+}
+thead tr th:nth-child(1) { /* Siivoa jos osaat css */
+ position: sticky;
+ left: 0;
+ z-index: 0;
+ background-color: var(--main-color) ;
+}
+
.table-container{
width: 100%;
overflow-x: auto;
text-align: center;
}
+header {
+ z-index: 10;
+}
+
.navigaatio {
background-color: white;
position: sticky;