Fix fullscreen automator hiding modals

This commit is contained in:
SpectralFlame 2023-04-26 18:14:09 -05:00 committed by cyip92
parent e5eb8761c9
commit fb5616dc8d

View File

@ -135,7 +135,7 @@ export default {
height: 100%;
position: fixed;
inset: 0;
z-index: 6;
z-index: 5;
margin-top: 0;
padding-bottom: 0;
}