scope this section rule so it doesn't conflict with monaco editor

This commit is contained in:
sawka 2023-11-03 00:44:47 -07:00
parent 38a1f95115
commit 61d6d2ddff

View File

@ -465,12 +465,14 @@
cursor: pointer; cursor: pointer;
} }
section { .modal-content {
section {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 16px; gap: 16px;
align-self: stretch; align-self: stretch;
width: 100%; width: 100%;
}
} }
.modal.welcome-modal { .modal.welcome-modal {