Merge pull request #188 from Hexastack/187-bug-widget-content-scroll

fix(widget): add scrollbar
This commit is contained in:
Med Marrouchi 2024-10-10 15:16:28 +01:00 committed by GitHub
commit 5681a810aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,12 +10,10 @@
width: 100%;
position: relative;
text-align: center;
align-content: center;
overflow: auto;
.user-subscription {
position: absolute;
top: 50%;
transform: translateY(-50%);
.user-subscription-title {
margin: 2rem;
}