mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 01:50:33 -04:00
fix: Ensure correct stacking context for right click menu
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
c627fae31d
commit
335cdf04a3
1 changed files with 1 additions and 1 deletions
|
|
@ -628,7 +628,7 @@ export default defineComponent({
|
|||
overflow: hidden;
|
||||
flex-direction: column;
|
||||
max-height: 100%;
|
||||
position: relative;
|
||||
position: relative !important;
|
||||
}
|
||||
|
||||
$margin: 4px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue