Fix bug profile picture not to closable

master
Max 5 years ago
parent cb4f4a0a64
commit d58d64d09e

@ -29,6 +29,8 @@ $scrollbar-thumb-color-dark: #aaa
.dark-theme
background: $scrollbar-thumb-color-dark
::ng-deep .lb-dataContainer
display: none
@ -39,7 +41,7 @@ $scrollbar-thumb-color-dark: #aaa
background-color: transparent
::ng-deep .lb-outerContainer
height: 100vh !important
// height: 100vh !important
display: flex
justify-content: center
align-items: center

Loading…
Cancel
Save