volume_up
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
I've got an answer. Thanks.
.horizontal-content-area > div {
display: flex;
flex-wrap: wrap;
overflow-x: auto;
flex-direction: row;
-webkit-overflow-scrolling: touch;
}
Hi experts,
I need to render some tiles on a normal page. I added a contentarea property to the page and create a tileblock with image and links.
I would like to render it like layout with certain horizontal size * vertical size, e.g. 2*3 or 3*3.
Trying to use this code piece @foreach (var item in Model.MainContentArea.FilteredItems.OfType<BlockData>()) , but do not know how to render the item properly?
Any help or idea would be apprecaited.