This commit is contained in:
Freeplay 2023-05-28 10:53:45 -04:00
parent 01de9c0a3b
commit d8810600bf
2 changed files with 0 additions and 2 deletions

View file

@ -102,7 +102,6 @@ defineExpose({
} }
&.showLess { &.showLess {
width: 100%; width: 100%;
margin-top: 1em;
position: sticky; position: sticky;
bottom: calc(var(--stickyBottom) - 1em); bottom: calc(var(--stickyBottom) - 1em);
padding: 20px; padding: 20px;

View file

@ -60,7 +60,6 @@ defineExpose({
} }
.showLess { .showLess {
width: 100%; width: 100%;
margin-top: 1em;
position: sticky; position: sticky;
bottom: calc(var(--stickyBottom) - 1em); bottom: calc(var(--stickyBottom) - 1em);
padding: 20px; padding: 20px;