This commit is contained in:
Tykayn 2025-05-27 12:54:37 +02:00 committed by tykayn
parent 3afc15a86f
commit 2628b1c7f7
3 changed files with 26 additions and 41 deletions

View file

@ -21,6 +21,22 @@
table, thead, tbody, tr{
width: 100%;
}
#completion_progress{
position: fixed;
bottom: 0;
width: 100%;
padding: 1rem;
background-color: white;
border-top: 1px solid #e9ecef;
z-index: 1000;
}
.body-landing{
min-height: 100vh;
}
.main-footer{
padding-bottom: 3rem;
}
{# table tr:nth-child(odd){
background-color:rgb(235, 235, 235);
}
@ -36,6 +52,11 @@
</head>
<body>
<header class="main-header">
<div id="completion_progress">
<div class="progress" role="progressbar" aria-label="Basic example" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar" style="width: 0%"></div>
</div>
</div>
<div class="container">
<div class="row">