File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import {Flow} from 'src/types/flows'
1919import { ResourceType } from 'src/types'
2020
2121import 'src/flows/components/controlSearchBar.scss'
22+ import 'src/flows/style.scss'
2223import PresetFlowsButtons from './PresetFlowsButtons'
2324
2425const FlowsIndex = ( ) => {
@@ -140,8 +141,13 @@ const FlowsIndex = () => {
140141 </ >
141142 ) }
142143 </ PageHeader >
143- < DapperScrollbars onScroll = { scrollHandler } className = "flows-index--main" >
144- < Page . Contents fullWidth = { false } id = "fadebox" ref = { fadingBoxRef } >
144+ < DapperScrollbars onScroll = { scrollHandler } >
145+ < Page . Contents
146+ fullWidth = { false }
147+ id = "fadebox"
148+ ref = { fadingBoxRef }
149+ className = "flows-index--contents"
150+ >
145151 < PresetFlows />
146152 < Page . ControlBar
147153 className = "flows-index--control-bar"
Original file line number Diff line number Diff line change 33 padding : 0px ;
44 }
55 .cf-dropdown-menu {
6- position : fixed ;
76 max-width : 210px ;
87 }
98}
Original file line number Diff line number Diff line change @@ -433,6 +433,6 @@ $cf-radius-lg: $cf-radius + 4px;
433433 }
434434}
435435
436- .flows-index--main {
437- margin-top : 10 px ;
436+ .flows-index--contents {
437+ overflow : unset ;
438438}
You can’t perform that action at this time.
0 commit comments