Keep button on top of crop overlay, but below navbar

Co-Authored-By: Alina Beck <alina.beck@mail.com>
This commit is contained in:
mattwr18 2019-10-14 19:16:02 +02:00 committed by GitHub
parent b605dd12c5
commit e307211ada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -206,6 +206,6 @@ export default {
position: absolute;
left: 10px;
top: 10px;
z-index: 9999;
z-index: 1;
}
</style>