Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
3 replies
67 views

Situation We used to have a description-grid component that was our own interpretation of visually representing a list of key-value-pairs using div and role="table". We had a "one-...
F. Müller's user avatar
  • 4,062
0 votes
0 answers
58 views

I design a svg diagram with Mermaid and I want to shorten the link between C and D (Smart Processing and Templating Layer). It seems that there is enough space to reduce it. However, because of the ...
Olivier D'Ancona's user avatar
1 vote
0 answers
28 views

Nodes with move option should be re-positioned. <!doctype html> <html lang="ru"> <head> <meta http-equiv="Content-Type" content="text/html; charset=...
Tark's user avatar
  • 1
1 vote
1 answer
55 views

I am trying to create a layout where the page height is fixed to the viewport (100vh), the .sidebar and .content areas scroll independently, and a .content-header inside .content should stay sticky ...
Tiya varshney's user avatar
-1 votes
0 answers
28 views

I want to display a fullscreen picker, which contains a header and a list. Currently my view hierarchy, starting at the Portal, looks like following: <Portal> <Modal visible={...
Spook's user avatar
  • 26.2k
-1 votes
0 answers
37 views

I'm building an analytics dashboard with variable-height cards (e.g., text metrics vs. embedded charts). Using CSS Grid's auto-fit for responsiveness works on desktop, but resizing causes uneven gaps ...
Arshdeep Kaur's user avatar
Advice
0 votes
2 replies
75 views

I'm trying to write a settings page, and the layout I want is a grid with interspersed titles, something like this: That's easy enough to accomplish, except I want the first column to adjust to the ...
Chris B.'s user avatar
  • 91.2k
2 votes
1 answer
123 views

I have a main layout in PyQt6 with a left and right side (QHBoxLayout containing two elements). I want both sides to always be 50% of the main window width. However, when a widget on the left side ...
Tomper's user avatar
  • 100
0 votes
1 answer
108 views

What is wrong with the following VBA module: an attempt to standardise font and layout on over 2000 docx MSWord365 pages to Montserrat SemiBold, 14 pt in justified paragraphs? Text Sub ...
user13549917's user avatar
1 vote
0 answers
162 views

I'm developing a typical chat screen, with the text input at the bottom. The app has a bottom bar with tabs and a topbar. I'm struggling at getting what I understand to be the expected behavior (...
ixx's user avatar
  • 32.3k
1 vote
0 answers
111 views

I'd like to achieve a layout similar to the one shown in the Apple Fitness app. When I insert a ScrollView into a TabView, everything works fine, but if I try to add a NavigationStack to wrap the ...
HAS's user avatar
  • 35
0 votes
0 answers
38 views

I’m working on a React Native layout where: The parent container’s height changes dynamically (based on user settings or API values). Inside the parent, I need to keep some content at the top and a ...
Dev Victor's user avatar
1 vote
0 answers
105 views

If the layout of an <input type="date"> element changes while its modal (the "datepicker") is open, this can in certain circumstances cause the modal to be closed. The ...
Heiko Theißen's user avatar
1 vote
1 answer
73 views

I am trying to render a simple time table in Jetpack Compose on Android. Some lectures have a different number of allocated blocks so I decided to use LazyHorizontalStaggeredGrid because the widths of ...
sanitizedUser's user avatar
0 votes
1 answer
47 views

I have a layout like this: export default async function ClientLayout({ children, }: Readonly<{ children: React.ReactNode; }>) { return ( <> <Header />...
Dmytro's user avatar
  • 75

15 30 50 per page
1
2 3 4 5
1796