Files
xyflow/examples/nextjs/pages/Backgrounds/style.module.css

14 lines
177 B
CSS

.wrapper {
display: flex;
height: 100%;
}
.wrapper :global .react-flow {
width: 100%;
height: 100%;
}
.wrapper :global .react-flow {
border-right: 1px solid #ddd;
}