mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +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;
|
||||
}
|
||||
|
||||
.dataTables_scrollBody {
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
||||
/* Third party component customizations - toastr */
|
||||
#toast-container > div {
|
||||
opacity: 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user