Merge pull request #6891 from skttl/overlay-container-alignment

Aligns the padding of .umb-overlay-container with .umb-overlay-header
This commit is contained in:
Poornima Nayar
2019-12-19 11:44:29 +00:00
committed by GitHub

View File

@@ -66,7 +66,7 @@
flex-shrink: 1;
flex-basis: auto;
position: relative;
padding: 20px;
padding: 30px;
background: @white;
max-height: calc(100vh - 170px);
overflow-y: auto;