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

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;
}