The element is positioned according to the normal flow of the document, and then offset relative to its nearest scrolling ancestor and containing block (nearest block-level ancestor), including table-related elements, based on the values of top, right, bottom, and left. The offset does not affect the position of any other elements.
If the position property is static, relative, or sticky, the containing block is formed by the edge of the content box of the nearest ancestor element that is either a block container (such as an inline-block, block, or list-item element) or establishes a formatting context (such as a table container, flex container, grid container, or the block container itself).
news-item.php?src=whatever
user_id
и по результату оконной функции rank()
с разделением по user_id
и сортировкой по id
, типа rank() OVER (PARTITION BY user_id ORDER BY id ASC)
, но для этого нужно использовать или CTE, или подзапросы во FROM (забыл как оно называется)
подозреваю, что где-то в props-ах Реакта или чего-то подобного, а без исходников ковыряться в его потрохах такое себе удовольствие