mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Menu flex display
This commit is contained in:
parent
60130a3f12
commit
4dd9128400
3 changed files with 6 additions and 4 deletions
|
@ -21,6 +21,8 @@ const theme = ({ dt }) => `
|
|||
|
||||
.p-contextmenu-submenu {
|
||||
position: absolute;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-width: 100%;
|
||||
z-index: 1;
|
||||
padding: 0.25rem 0.25rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue