fix: handle bar styling so they can actually be used
This commit is contained in:
parent
80c151ca6c
commit
10c6db3849
@ -291,21 +291,11 @@ function dayIsToday(label: string): boolean {
|
|||||||
|
|
||||||
&-handle-left,
|
&-handle-left,
|
||||||
&-handle-right {
|
&-handle-right {
|
||||||
width: 8px !important;
|
width: 6px !important;
|
||||||
height: 8px !important;
|
height: 75% !important;
|
||||||
top: 50% !important;
|
opacity: .75 !important;
|
||||||
transform: translateY(-50%);
|
border-radius: $radius !important;
|
||||||
background: var(--white);
|
margin-top: 4px;
|
||||||
border: 1px solid var(--grey-900);
|
|
||||||
opacity: 1 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
&-handle-left {
|
|
||||||
margin-left: -4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&-handle-right {
|
|
||||||
margin-right: -4px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@ -313,10 +303,6 @@ function dayIsToday(label: string): boolean {
|
|||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.gantt-container {
|
.gantt-container {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
|
||||||
#g-gantt-chart {
|
|
||||||
width: 2000px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.add-new-task {
|
.add-new-task {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user