css - z-index : list with hidden box - css

I have a list where every element has a share button, when I press on the
share button a box/bubble opens up with the social mdia buttons.
when the share box opens it should go over the list items (even if it covers the next elements on the list), how can I achieve that?
current state
The box shouldn't push the height of the item list it should be on top of everything

Related

how can I wrap my list items in an accordion and set the height of accordion based on the number of items list has? using css and styled components

I have a list of 6 Services and I want to wrap each service list in Accordion. Whenever the user clicks the "+" button for the specific service I want that list to be displayed with slides down with a growing margin-bottom, depending on the number of items in the respective list without overlapping the below element. The problem is now it overlaps the below elements. Kindly check my code in code sandbox.
codesandbox link

Edge requires re-dispositioning before item responds to target events

I've got a modal with a bunch of list items with checkboxes. When the check boxes are clicked the item disappears. In Chrome and Firefox it makes it quite easy to move through a long list of them by clicking one checkbox after another very quickly. In Edge, however, the item that is replacing the item that disappears doesn't register as being a hover item until i move my mouse again. Is there some fix for this problem?

How to create a drawer with list view in QML?

I have created a drawer, which will appear after click and drag from top of the screen using mouse.I have also added a list view. But the problem is; when more list items are added in the list view, drawer height is not correct. Extra added list items are visible in the top of the screen even without dragging the drawer down. Is there any solution for this?

CSS list into a scrolling div - How to autofocus on selected/active <li>?

I have a list contained into a scrolling div with fixed height. When I go to the selected page clicking on a category, I want the user to see the current selected category auto focused at its position. that is, the user has not to see the list from the beginning, but focused on the current position. How to do it?

Flex horizontal tile list

I am using a horizontal tilelist in flex to display an image gallery with only one item in horiz. tilelist being shown at a time. I have next and previous buttons on both sides.
The problem is I want to display a particular item/image in that list when user clicks on a thumb image from another thumbimages tilelist at bottom.
I used someTilelist.selectedIndex property but it just selects that particular index in list, it does not show that particular item/image. I want the list to show that particular image, not just select it. Please take note that the horiz. tilelist shows only one image at time.
tilelist.scrollToIndex(index);

Resources