Iceshrimp.NET/Iceshrimp.Frontend/Components/Dropdown.razor.css

14 lines
No EOL
291 B
CSS

.dropdown-menu {
position: absolute;
top: 5rem;
background-color: var(--background-color);
padding: 0.5rem;
border-color: var(--highlight-color);
border-style: solid;
border-width: 0.1rem;
border-radius: 0.5rem;
}
.dropdown-root {
display: inline-block
}