fix bottom padding

This commit is contained in:
Eric Rosenbaum 2021-06-18 10:32:02 -04:00
parent b913d5f3ae
commit 06e074bbe8

View file

@ -34,7 +34,7 @@
}
}
.user-projects-modal-content {
padding: 0 30px 30px;
padding: 0 30px 8px;
background: #E9F1FC;
height: calc(100vh - 300px);
overflow-y: auto;