Skip to main content
0 votes
1 answer
103 views

I'm trying to modify a primereact theme for the dropdowns, but it doesn't seem to change a bit... Anytime that I need to modify any component brought by an external library I'm having this kind of ...
Eduardo Ladrón de Guevara's user avatar
3 votes
2 answers
68 views

To make my div’s height equal to its width, I use aspect-ratio. For example: width: calc((100% / 5) - 8px); aspect-ratio: 1; Now, I want the height to be half the width minus 50px. I can’t just use ...
Alo's user avatar
  • 1,345
0 votes
0 answers
26 views

I am doing some surface analyses using an AFM. I have .jpk files which I can open using the JPK Software and Gwyddion and I am also getting the line plot profiles but I am unsure how to extract the ...
Prodogamere's user avatar
0 votes
0 answers
49 views

I have an app on 100dvh, fixed header at the top, fixed footer at the bottom, in the middle everything that is left with overflow-auto. The problem on iOS is that when I put the cursor on the input, ...
Oksan4ik1's user avatar
0 votes
0 answers
40 views

I have a menu consisting of ul and li simplified as below. I do not want to set a fixed height in px neither for ul or li. For the li I am using height:fit-content. The height of all the li might ...
Mehdi's user avatar
  • 1,795
0 votes
0 answers
75 views

I am attempting to adjust the height of a SwiftUIView when pressing the corresponding button. However, the animation that occurs when the height is adjusted does not align with my desired behavior. ...
Jason's user avatar
  • 1
0 votes
2 answers
59 views

I'm trying to make the view in a Modal take up 100% of the height in an Android Emulator for ReactNative. This is a modified code from the React Native website itself on modals to prove my point: ...
pearlywhites's user avatar
0 votes
0 answers
98 views

In . NET MAUI when used data template and inside the data template when used grid or stack layout and inside it used label or any and setting the height for the label but not for parent (grid or stack ...
Ravikumar Akuthota's user avatar
0 votes
1 answer
66 views

I've a vertically stacked bar chart in chart.js. Since the bars are being generated based on some userinput, it's possible that I get a chart that would look something like this: I want to enforce a ...
Torbi's user avatar
  • 3
0 votes
2 answers
49 views

Currently battling with Kivy nested layotus and scorll view. I dynamically add or remove from a table with some buttons. As the page grows I expect self.minimum_height of the parent CreatePly layout ...
Joseph Joe Soltan's user avatar
0 votes
2 answers
64 views

Is auto a valid value for the HTML attributes height and width ? Please provide a reputable source. I was unable to find a reputable source saying yes or no (i.e. specifically settling this issue one ...
summerrain's user avatar
0 votes
0 answers
111 views

I am using youtube_player_flutter package for displaying YouTube videos in my app but the problem I am facing is that there is a black area visible above and below of the video: How I can remove the ...
Mussadaq Ahmad Jamil's user avatar
0 votes
0 answers
38 views

The modal in the first code block is the same as LoginModal, but even though I specified the width and height in LoginModal (as shown in the second code block), the width and height are not being ...
user28819155's user avatar
0 votes
1 answer
122 views

I am using OOjs-ui to develope a game I am creating a PageLayout, but its height is only like a small titlein it(not limited max-height, height is auto) <link href="https://cdnjs.cloudflare.com/...
佩奇君's user avatar
  • 121
0 votes
2 answers
85 views

I’m trying to design a UITableViewCell with XIB that has the following layout and behavior: A UIView on the left with a fixed size of 44x44. A UILabel next to it, which expands dynamically based on ...
Hakan Or's user avatar

15 30 50 per page
1
2 3 4 5
414