use higher css specificity

This commit is contained in:
taehoon 2019-10-18 12:13:11 -04:00
parent a302ec1f08
commit d69b8794b0
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
<script src="./media_modal.js"></script>
<style lang="scss">
.media-modal-view {
.modal-view.media-modal-view {
z-index: 1001;
&:hover {

View File

@ -21,7 +21,7 @@
<script src="./post_status_modal.js"></script>
<style lang="scss">
.post-form-modal-view {
.modal-view.post-form-modal-view {
align-items: flex-start;
}