fix width not resizing in attached positions

This commit is contained in:
Murilo Brito 2026-07-21 16:37:42 -03:00
parent db57bd356a
commit c242640792

View file

@ -65,12 +65,12 @@ body.theme-light {
} }
&.rightTop { &.rightTop {
width: 300px; width: 300px !important;
max-width: 300px; max-width: 300px;
} }
&.leftBottom { &.leftBottom {
width: 200px; width: 200px !important;
max-width: 200px; max-width: 200px;
background: transparent; background: transparent;
} }