mirror of
https://github.com/janishutz/fundamentals-of-webengineering.git
synced 2025-11-25 13:54:25 +00:00
Some CSS work
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user