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

I need to fix the particle position in the z direction to its initial value. The following is the UDF I tried: #include "udf.h" #include "dpm.h" DEFINE_DPM_SCALAR_UPDATE(...
Leon's user avatar
  • 33
0 votes
1 answer
66 views

HTML elements affixed to the top of the page using CSS position property set to either fixed or sticky can often work just fine on desktops, but mobile web browsers behave vastly differently due to ...
Marceli Wac's user avatar
3 votes
2 answers
189 views

We can specify the position of text in PyPlot, but how can we read the position of text? For example, I want to know the coordinates of the Figure's title or the Axes X and Y labels. Pseudo-code: x, y ...
PodHunter's user avatar
2 votes
1 answer
314 views

I'm really struggling to get the camera to behave even remotely as expected in a RealityKit app (where I have set RealityViewCameraContent.camera to .virtual). I have a programmatically generated ...
PKCLsoft's user avatar
  • 1,513
0 votes
0 answers
27 views

The DateWrapper popover is appearing at the top-left side of the button. I've tried fixing it, but it's still not working. how to fix it? <Box sx={{ display: "flex", ...
Anjali Gupta's user avatar
0 votes
1 answer
40 views

I'm facing this issue: I'm looking to use position:absolute, to adjust the span.materias__item-detalle, to bottom of the div, without caring the size that the h4 occupes. But, I also want to use ...
fussi's user avatar
  • 23
0 votes
0 answers
97 views

I’m working on a Jetpack Compose app where I want a Text item in a LazyColumn become transparent as it scrolls under a semi-transparent TopAppBar. To achieve this, I’m using onGloballyPositioned to ...
korina's user avatar
  • 1
0 votes
0 answers
24 views

So I have this widget class. class TitledWidget(ctk.CTkFrame): def __init__(self, parent, title="", **kwargs): super().__init__(parent, **kwargs) self.title = title ...
Sonia Chartrand's user avatar
0 votes
1 answer
60 views

I am able to make this div move right when scrolling but i want its position to be fixed while scrolling before it has reached its end position. The problem I am having is that when I scroll further ...
TasneemManga's user avatar
1 vote
1 answer
124 views

I have a handful of prefabs in my project's assets which I am frequently dragging into and out of the scene in order to test them sequentially after changing the code in their attached scripts. They ...
Nicole's user avatar
  • 45
0 votes
0 answers
38 views

I have in Drupal 10 made a simple table that is being build with a PHP as part of a module. When I use a buildForm-function, I can not position the input fields. I want these to be as if they were ...
Serge tkint's user avatar
0 votes
0 answers
26 views

I have a custom PageViewCountIndicator widget in Flutter that displays a list of dots representing pages. I want the selected dot to always be exactly centered when selected, and I want the scrolling ...
Abir Ahsan's user avatar
  • 3,089
0 votes
1 answer
81 views

I am struggling to place the title inside the frame of the legend, but on top of the legend and not below. Any guidance or working examples would be greatly appreciated! Thank you. The online help isn'...
Mirc's user avatar
  • 33
0 votes
1 answer
65 views

I want to draw image overlapped with a blurred panel with a text. The problem is the panel frame depends on text frame. In the same time mask modifier is set separately from text and panel. My code: ...
Gargo's user avatar
  • 1,378
1 vote
2 answers
84 views

I've tested this with the scroll container being a div and being the body, and when the container is the body, the sticky position doesn't work properly. It seems to me that the only sticky that works ...
Cristofer's user avatar
0 votes
1 answer
59 views

I'm building a vertical stepper component in React with a title inside a circle that has absolute positioning. The problem is that since the title is absolutely positioned, it doesn't grow or expand ...
odyssey's user avatar
0 votes
0 answers
39 views

Can you fix the script, which keeps position on difrent pages with no problem, until there you have some pages with redirected to same php file, but different URL (thanks RewriteRule)? Would like to ...
Tomáš Rejka's user avatar
0 votes
0 answers
16 views

I have a sticky parent container.. and I want a child element to have a higher z-index to appear above other content. However, it does not work.. Even with z-index: 9999, the .child element stays ...
Qasim's user avatar
  • 9
0 votes
1 answer
43 views

I have a section element which should be floated above the header. But should not hide the footer below. Is there a way to do it using css alone? function App() { return ( <div className=&...
WebRTC Newbie's user avatar
-3 votes
1 answer
124 views

I have the following python code using regex that finds the substrings "¬[", "[", "¬(", "(", ")", "]" and get their positions (I transformed ...
user29917130's user avatar
-1 votes
1 answer
79 views

/* Main Content Styling */ * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', serif; } body { background-color: var(--primary-color); height: 100vh; padding: ...
Aiden Jensen's user avatar
0 votes
1 answer
82 views

Tried all kind of stuff, but this reduced example shows the issue. Fiddle body { font-family: Arial, sans-serif; margin: 0; padding: 0; } .my-calendar { position: relative; font-size: ...
maidan's user avatar
  • 239
0 votes
1 answer
20 views

I had a problem with FrameBuffer on iOS although the same code worked fine on Android. The problem is that when I draw a group without using FBO, everything is displayed correctly, but if I draw in ...
Владислав Шестернин's user avatar
-2 votes
1 answer
104 views

The problem is that I can't make the object follow my mouse at a certain speed. I managed to make it follow the mouse, but it increases the speed the further away it's and get slower the closer it's. ...
Žygimantas Tamošaitis's user avatar
0 votes
1 answer
74 views

It seems pcolormesh have a different way of handling colorbar tick position and label than other Python tools. I can't get my labels at the desired position : centered by color segment (see image: ...
Arty Trasher's user avatar
1 vote
1 answer
182 views

I have changed from markers to AdvancedMarkerElement in google maps api. I want to drag the marker in a straight line and I achieved this with the old Markers. The logic is to calculate and reset ...
vagelis's user avatar
  • 490
-1 votes
1 answer
291 views

I've come across an issue on my site where Safari (18.2) and Chrome (132.0.6834.84) produce radically different results for an absolutely positioned element. On Chrome, the positioning respects a ...
keir watson's user avatar
0 votes
0 answers
58 views

I'm building a registration form and I'm having trouble positioning the eye icon. Initially, the icon is positioned correctly, but when an error message is displayed, it gets misaligned. Here are some ...
Isaac Cortés's user avatar
0 votes
0 answers
45 views

For a spacesim, I'm trying to rotate a vector of 1,0,0 (X,Y,Z) by a quaternion in C that will describe motion through space in relation to a global fixed frame (right-handed) of +X=forward, +Y=right, ...
Crispin Bivans's user avatar
0 votes
2 answers
97 views

I want to create a standard header bar for my website. That header should always be displayed on top of the window regardless of how far I scroll down on the page. I used position:sticky. So, pretty ...
user28551593's user avatar
1 vote
1 answer
168 views

I am trying to add a popover to a Ngx-bootstrap input form. I want the popover to appear over the top of the input fields below the input field the popover explains. When I click on the input field, ...
Ben Crowe's user avatar
-1 votes
1 answer
378 views

I'm trying to align a to the bottom-right corner of an element using the CSS Anchor Positioning #sidebar { anchor-name: --sidebar; height: 100vh; width: max-content; position: fixed; /* ...
pery mimon's user avatar
  • 8,459
0 votes
0 answers
51 views

I need to check this section, which contains the product and its image. The image with the "main-product-image" class should be located on the left in the section, and on the right there ...
Рома Можаренко's user avatar
0 votes
0 answers
69 views

What is a better way to get the X position of the Nth column in a DataGridView? I try: int selectedColumnIndex = dataGridView1.Columns["Revision"].Index; var columnRectangle = dataGridView1....
Leo's user avatar
  • 1
-1 votes
1 answer
60 views

I have a pretty basic wiki layout, with a navigation bar and article content. I want the nav bar to be sticky while scrolling the article content, so I've added css properties accordingly. Basically I ...
mil_somn's user avatar
0 votes
1 answer
63 views

i am trying to overlay the percentage of people in the sample belonging to each bar, but i am not able to place the number on top of each bar. Even if I try to simply align each percentage with 0, the ...
Álvaro's user avatar
0 votes
0 answers
37 views

I'm working on a problem involving positioning in a 2D space and need some help understanding why my approach isn't always working. I have: An anchor located at the origin $(0, 0)$. A tag at an ...
d3dalo's user avatar
  • 11
2 votes
0 answers
11 views

I am visualising the data for the bill depth for these birds for 1976 and 1978. I want a single figure showing boxplot + datapoints, next to the half violin plot, for each year. I have managed to get ...
user28437707's user avatar
0 votes
2 answers
81 views

I have four SVG shapes that I am using as text boxes containing a description of courses people can book. At the bottom of the text boxes I want two buttons that have the option to see more ...
W.ebb's user avatar
  • 1
0 votes
1 answer
215 views

The way I get it, scaling is dpi aware in customtkinter, but positioning is not? It seems I need to set x_pos and y_pos regarding x+<x_pos>+<y_pos> in physical pixels (retrieved with e.g. ...
MasterOfDesaster42's user avatar
0 votes
1 answer
56 views

So I'm working on a project for school with writing a website. I have a header section that acts as a navbar, a main_body section that acts as the floating block with all the info on the inside, and a ...
cjdjdude _'s user avatar
0 votes
1 answer
28 views

I am working with Elasticsearch and need to filter documents based on the value of a field in the first element of an array. Specifically, I have an array field called Tickers, and I want to check if ...
GM_1's user avatar
  • 75
0 votes
1 answer
79 views

I'm trying to make a page with 3 images, each one inside a div, but when applying box-shadow there is a gap underneath. Image with example of the problem <style> body { margin: 0; ...
Kumi ho's user avatar
0 votes
1 answer
60 views

I have a div at the top of my page (#top) and one set to the bottom of the page with absolute position (#bottom). I have a div in the middle (#middle) with an inner component (#middle-inner). I would ...
tom894's user avatar
  • 529
0 votes
0 answers
32 views

This is what I'm trying to achieve: I want the 2 boxes to be a dynamic height so that if the text of one is longer than the other, both boxes scale to stay the same height (for this I've used flex). ...
Rob Baker's user avatar
0 votes
2 answers
551 views

I've been using the Geolocator package for a while and it works good, but for the last 2 days it's not working. Am trying to get last known position, and if there is none i try to get the current ...
Chaibedraa Ibrahim's user avatar
0 votes
1 answer
498 views

I am creating a Venn diagram in R using ggplot2. However, I would like to move the labels for the set names ("ID on OST" and "IR on ITT") from the top of the circles to either the ...
Elaine's user avatar
  • 3
0 votes
1 answer
226 views

So, the problem is in my RawScrollBar. There's no problem to place it inside ListView, but I need it to be outside of all containers. I can place it outside like on picture, but it seems like there's ...
Jessica's user avatar
  • 77
1 vote
1 answer
71 views

I have a grouped barchart, with 2 groups. If in a case there are no observations for a particular column, the other of the group is centered. I can't find a way to circumvent this. I would like there ...
Petr Hála's user avatar
0 votes
1 answer
95 views

I want to make a post with HTML+CSS only where I got four tabs at the top and depending on which tab I click I see differnet content in my post. I do have a code for that, but the problem is that my ...
K404's user avatar
  • 5

1
2 3 4 5
185