working on tagging system
This commit is contained in:
@@ -45,6 +45,7 @@ footer {
|
||||
}
|
||||
nav {
|
||||
position: sticky;
|
||||
z-index: 100;
|
||||
top: 0;
|
||||
background: #26220c;
|
||||
padding: 5px;
|
||||
@@ -184,6 +185,19 @@ textarea{
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.kanban .tags {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
font-size: 0.5em;
|
||||
}
|
||||
.kanban .user,
|
||||
.kanban .head {
|
||||
position: sticky;
|
||||
top: 50px;
|
||||
z-index: 20;
|
||||
}
|
||||
|
||||
.project th,
|
||||
.task th{
|
||||
text-align: right;
|
||||
|
||||
Reference in New Issue
Block a user