Fix mobile QR context menu

This commit is contained in:
Cohee 2023-11-28 13:26:36 +02:00
parent 91f369c921
commit 5fd4ed6c81

View File

@ -68,7 +68,7 @@
}
.ctx-menu {
position: fixed;
position: absolute;
overflow: visible;
}
@ -110,4 +110,4 @@
.list-group .list-group-item.ctx-item {
padding: 1em;
}
}
}