App reviews, troubleshooting, and recommendations
I'm building a plugin for a client and have it loading results into the page but they sit behind the elements below and I can't find any way to make something a higher level. I considered position: Absolute but that doesn't seem to do anything (always stays as relative).
This is what it looks like now:
And this is what I would like it to look like:
If anyone can point me to the right setting on component that would be great.
The results sit in a 1px high block layout element if that helps:
const blockLayout = root.createComponent(
BlockLayout,
{
rows: ['auto', 1],
overflow: 'visible'
},
[
makeField(),
resultBlock,
],
);
And the results are currently in a View block:
const viewLayout = root.createComponent(
BlockLayout,
{
id: 'viewBlock',
rows: ['auto', 'fill', 'auto'],
},
[
root.createComponent(View, {}, viewResultHeader),
scrollView,
root.createComponent(View, {}, viewResultFooter),
],
);
Unless there's a way to inject CSS I haven't found yet?
Thanks in advance.
Hi, Thanks for the response, but I wanted to know how to actually set things like the Z-index on a checkout ui extension and when I set the position value it does nothing. There doesn't seem to be an option or any way to apply CSS that I can see?
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024