mirror of
https://github.com/hexastack/hexabot
synced 2025-05-05 05:15:02 +00:00
Merge pull request #188 from Hexastack/187-bug-widget-content-scroll
fix(widget): add scrollbar
This commit is contained in:
commit
5681a810aa
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user