Skip to content

Commit

Permalink
fix: fix overflow style #INFR-5854
Browse files Browse the repository at this point in the history
  • Loading branch information
HandsomeButterball committed Dec 22, 2022
1 parent c4b12e9 commit b5c751c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/gantt/src/gantt.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@
bottom: 0;
left: 0;
right: 0;
// 兼容火狐浏览器
overflow: auto;
overflow: overlay;
background-color: variables.$gantt-container-background-color;

.gantt-main-groups,
Expand Down

0 comments on commit b5c751c

Please sign in to comment.