Max
+
+ No column selected
+
diff --git a/task_2_ts/css/layout.css b/task_2_ts/css/layout.css index 480745a..c4ba28e 100644 --- a/task_2_ts/css/layout.css +++ b/task_2_ts/css/layout.css @@ -58,6 +58,16 @@ body>main { } } +.table-container { + width: 100%; +} + +.table-scroll-wrapper { + width: 100%; + max-height: 600px; + overflow: scroll; +} + /* Set a fixed scrollable wrapper */ #table-content { max-height: 400px; diff --git a/task_2_ts/index.html b/task_2_ts/index.html index 5d5fb61..0477444 100644 --- a/task_2_ts/index.html +++ b/task_2_ts/index.html @@ -48,6 +48,9 @@