Skip to content

Commit

Permalink
[TimelineScale]: fixed height.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaroslav Kuznietsov committed Nov 7, 2024
1 parent 0c3a85b commit 0de7ca8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/src/demo/tables/editableTable/TimelineHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export function TimelineHeader({ timelineController }: TimelineHeaderProps) {
<TimelineScale
timelineController={ timelineController }
isDraggable={ true }
canvasHeight={ 80 }
/>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion uui-components/src/table/DataTableHeaderRow.module.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.root {
--uui-dt-row-border-width: 1px;
z-index: 5;
height: 80px;
}
1 change: 0 additions & 1 deletion uui-timeline/src/TimelineScale.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ canvas {

.timelineHeader {
position: relative;
// height: 61px;
background-color: #FFF;
border-top: 1px solid #EEE; // temp
}
Expand Down

0 comments on commit 0de7ca8

Please sign in to comment.