mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 19:18:40 +00:00
14 lines
314 B
SCSS
14 lines
314 B
SCSS
.context-menu {
|
|
position: absolute;
|
|
background: #fff;
|
|
border: 1px solid #ccc;
|
|
z-index: 1000; // Table headers are sticky which has a z-index of 999. The menu should be above
|
|
|
|
label {
|
|
padding: .5rem;
|
|
}
|
|
|
|
label:hover {
|
|
background: var(--table-row-background-hover);
|
|
}
|
|
} |