Files
Homarr/packages/widgets/src/iframe/component.module.css

9 lines
155 B
CSS
Raw Normal View History

.iframe {
border-radius: var(--mantine-radius-sm);
width: 100%;
height: 100%;
border: none;
background: none;
background-color: transparent;
}