cognee/cognee-frontend/src/ui/IFrameView/IFrameView.module.css
2024-05-17 13:42:14 +02:00

12 lines
225 B
CSS

.iFrameViewContainer {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 30%;
background: var(--global-background-default);
border-radius: var(--border-radius);
border: 1px solid white;
z-index: 10;
}