mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-10 18:58:40 +00:00
16 lines
377 B
SCSS
Executable File
16 lines
377 B
SCSS
Executable File
.ctx-menu {
|
|
position: absolute;
|
|
background: var(--box-bg);
|
|
border: 1px solid var(--bborder);
|
|
z-index: 1000; // Table headers are sticky which has a z-index of 999. The menu should be above
|
|
|
|
label {
|
|
padding: .5rem;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
|
|
&:hover {
|
|
background: var(--trow-bg-hover);
|
|
}
|
|
}
|
|
} |