Fix truncated "Publish" button in Compose modal, fixes #64

This commit is contained in:
Alex Gleason
2019-07-25 19:35:15 -04:00
parent fc4f3f2831
commit da861725fb
2 changed files with 10 additions and 0 deletions

View File

@@ -34,6 +34,8 @@
pointer-events: auto;
display: flex;
z-index: 9999;
max-height: 100%;
overflow-y: hidden;
}
.video-modal {