figma-low-code
figma-low-code copied to clipboard
Absolute positioning is not working accordingly expectation
Hi there, I was testing the components that we need in our project! But elements are not displaying properly. All of the elements whose position is absolute in Figma are not able to show up properly in localhost
From Figma
/* Auto layout */
display: flex;
flex-direction: row;
align-items: flex-start;
padding: 0px 4px;
gap: 10px;
position: absolute;
width: 58px;
height: 12px;
left: 44px;
top: 638px;
/* Light/Background/Paper
Reflects the background.paper variable from the theme object
*/
background: #FFFFFF;
/* Inside auto layout */
flex: none;
order: 8;
flex-grow: 0;
z-index: 8;
From Localhost
would highly appreciate your opinion!
Hi, can you share the Figma design with me. Sometimes, it help to group elements. Can you try this out before? Luisa should not produce any absolute layouts. I am wondering where this is coming from...
https://www.figma.com/file/lbIWflE5I0zOedXTYYoGC5/Untitled?node-id=0%3A1&t=TIr7PpjlGJVhnfOl-1
Hi, not sure which element is causing the issue. Can you send me a file that just contains the element that has issues? Sorry for only taking a look now. I am a little busy.
I just see this
And what are you trying to achieve?
Trying to achieve Table with expandable properties & some actions TableDesign.zip