mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 09:45:04 +01:00
13 lines
221 B
CSS
13 lines
221 B
CSS
.popup {
|
|
background: var(--base50);
|
|
border: 1px solid var(--base500);
|
|
border-radius: 4px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
position: absolute;
|
|
top: 100%;
|
|
right: 0;
|
|
padding: 20px;
|
|
z-index: 100;
|
|
}
|