11 lines
209 B
SCSS
11 lines
209 B
SCSS
@import "colors";
|
|
div[role="menu"] {
|
|
backdrop-filter: blur(10px) brightness(0.5) grayscale(1);
|
|
display: flex;
|
|
flex-direction: column;
|
|
max-width: 300px;
|
|
width: auto;
|
|
outline: none;
|
|
width: max-content;
|
|
}
|