tweak
This commit is contained in:
parent
01de9c0a3b
commit
d8810600bf
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue