Fixed bug that prevented the menu for file cards from being opened (2)

pull/304/head
Isaac Abadi 4 years ago
parent cf1dd43d36
commit 085849c7ee

@ -110,7 +110,7 @@
position: absolute;
top: 1px;
left: 5px;
z-index: 9999;
z-index: 999;
width: calc(100% - 8px);
white-space: nowrap;
overflow: hidden;

Loading…
Cancel
Save