mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
Fixed context menu is not visible when the table height is smaller than the menu height (fixes #195)
This commit is contained in:
parent
b6e80580ed
commit
45ae386005
@ -199,6 +199,10 @@ td {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dataTables_scrollBody {
|
||||||
|
overflow: visible !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Third party component customizations - toastr */
|
/* Third party component customizations - toastr */
|
||||||
#toast-container > div {
|
#toast-container > div {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user