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

This commit is contained in:
Isaac Abadi
2020-12-26 19:27:03 -05:00
parent 250f150587
commit cf1dd43d36

View File

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