Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
62 views

I'm using Vite v7.2.4, Tailwind v4.1.17 with DaisyUI v5.5.5. I'm trying to create a full page website where the Navbar will be always visible and the section will change. But every time I add a Navbar ...
Alan's user avatar
  • 23
2 votes
1 answer
67 views

In following Python script I would like to know why horizontal and vertical scroll appear after the script run. I try all widgets just fit into a web page not exceed the page size. Here is my script: ...
Mohammad Eftekharian's user avatar
0 votes
1 answer
96 views

If you ran this code the lines do not appear behind the transparent scrollbar track I cannot figure out how to fix this I'm currently using chrome/edge trying to fix this for my game so it doesn't ...
0bsolete's user avatar
0 votes
0 answers
39 views

my vue site is simple as hell I think <template> <v-calendar type="category" v-model="focus" :categories="categories" :events="events"...
Torsten's user avatar
0 votes
0 answers
48 views

I just upgraded to Windows 11 and opened my app that previously looked and worked fine in Windows 10. I am using python 3.11.15 with tkinter.Scrollbar objects for the scrollbars (not ttk). Some of my ...
AutumnKome's user avatar
2 votes
1 answer
64 views

I have a panel with AutoSize property false and AutoScroll true. Inside this panel, there are some controls, various rows each one with a label and some numericupdown. The form is not double buffered, ...
iii's user avatar
  • 17
0 votes
1 answer
57 views

My Electron application temporarily uses a WebContentsView, layered on top of part of the main window, during a login process. The user needs to interact with the web page in this view. Simplified ...
sam marshall's user avatar
0 votes
1 answer
186 views

I am experiencing an intermittent issue with scrolling in my React/Next.js application when using Safari on macOS. The scroll functionality works perfectly in other browsers like Chrome and Firefox, ...
Brijesh Shah's user avatar
1 vote
1 answer
112 views

We have implementation that uses OnCustomDrawItemEvent of treeview to draw items. NodeRect := Node.DisplayRect(true); TextRect(NodeRect,NodeRect.Left, NodeRect.Top, sometext); The issue is that some ...
danisius's user avatar
  • 609
-1 votes
1 answer
43 views

CLion has the nice feature of the scrollbar area background serving as a sort of a 1D minimap of the text pane, showing you warnings, errors, find results etc. via horziontal line markings. One kind ...
einpoklum's user avatar
  • 138k
0 votes
0 answers
71 views

This started out playing with hiding scroll bars on my own website (as viewed on my Firefox browser), and then ventured into finding out how the NYTimes.Com does it on individual news pages. There, ...
John's user avatar
  • 237
0 votes
1 answer
190 views

I'm trying to use the scrollbar-gutter CSS property to reserve space for the scrollbar and avoid layout shifts. It works well for vertical scrolling, but I want it to reserve space for a horizontal ...
ElBenedictus's user avatar
0 votes
1 answer
54 views

I am trying to access a scroll bar in a pop-up screen but every time I try, the outer scroll bar is being accessed by the automation script. The pop-up screen displays Terms and Conditions, I need to ...
Elakkiya's user avatar
2 votes
2 answers
497 views

I have already followed all installation steps either from the documentation or from tutorial videos. I see that my configuration is already correct, but the scrollbar still didn't work properly. ...
andre's user avatar
  • 33
1 vote
2 answers
87 views

On the picture, you can see what the scrollbar must look like. It must have a horizontal padding, as if the track with the thumb were 'pushed' inside the scrollbar. How do I achieve such horizontal ...
kirvel's user avatar
  • 691
0 votes
1 answer
92 views

Problem setting the background of the scrollbar to white, making it seamless to the scrollpane, if better, the background could be transparent so any color would work Solution I tried: nothing ...
Bruce's user avatar
  • 97
0 votes
0 answers
91 views

I am trying to develop an application using JavaFX. I am currently trying to make a dynamically scaling table with a variable number of rows and columns, and a header that stays in place vertically. ...
fawfulsPikminArmy's user avatar
0 votes
0 answers
39 views

I am trying to style my website with a 90's inspired scrollbar. I can add ::-webkit-scrollbar-button, but when I try to add the :single-button pseudo selector, the buttons disappear from my website. I ...
Mina Hopgood's user avatar
1 vote
1 answer
68 views

I've got a WearOS Pixel 3, and my app UI doesn't fit on the screen. Thanks to a lot of help from here and other places, I've figured out how to scroll the UI with both a gesture any by spinning the ...
MikeCalligaro's user avatar
0 votes
1 answer
62 views

Hopefully a simple question, but I can't find an answer. I have a vertically scrolling element within a wrapper with radius corners, giving the appearance of the scrollable element being viewed ...
Mike West's user avatar
2 votes
0 answers
113 views

Problem: I'm working on a custom vertical scrollbar control in WinForms. When I move the scrollbar (dragging the slider up and down), the memory usage of the application constantly increases. After I ...
Olivér Trenka's user avatar
0 votes
0 answers
78 views

I have a form in Winforms, that is setup like this : private void Form1_Load(object sender, EventArgs e) { VerticalScroll.Enabled = true; VerticalScroll.Visible = true; VerticalScroll....
tigrou's user avatar
  • 4,596
0 votes
1 answer
260 views

I have below AG Grid table wrapper in Svelte project. I have 2 pinned columns on left adn right side and have 5-6 columns in between which are not pinned and scrollable in x direction. I can Scoll ...
Jan's user avatar
  • 19
0 votes
1 answer
361 views

I developed a simple code in Python Flet that consists of a DataTable added to a Row, inserted into a Column. These nested controls are added into a container with dimensions that don't allow to ...
eljamba's user avatar
  • 421
1 vote
2 answers
48 views

Example HTML: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=...
3142 maple's user avatar
3 votes
3 answers
198 views

I am trying to create a custom scrollbar using a div element. The scrollbar itself works well, but I noticed an issue: When I place my mouse cursor over the scrollbar track or the thumb (as shown in ...
WeiJie Liu's user avatar
0 votes
1 answer
74 views

I have a div with class name graph-container with the following properties: .graph-container{ width: 90%; height: 298px; padding: 20px 0; display: flex; align-items: center; ...
user28751094's user avatar
3 votes
1 answer
107 views

I have seen the repository on GitHub: https://github.com/ysc3839/win32-darkmode I implemented the FixDarkScrollBars function in my test project. The good news is that it works for 99% of my dialog: ...
Andrew Truckle's user avatar
0 votes
1 answer
82 views

I am using Agnualr-19 with Tailwind, I am tring to style my app scrollbar but after various tries the only thing that is working is the following: scrollbar-width: thin; scrollbar-color: theme('...
Msh's user avatar
  • 63
0 votes
1 answer
157 views

I'm trying to make the scrollbar's track transparent and overlay it on top of the content instead of taking up space next to it. I used the following CSS: @import url('https://fonts.googleapis.com/...
Sithil Sandinu's user avatar
0 votes
0 answers
20 views

How can I give style to the scrollbar thumb and track in ExposedDropdownMenu? Also like padding and all. Code: <com.google.android.material.textfield.TextInputLayout android:id="@+id/...
Ayush Dokania's user avatar
0 votes
0 answers
43 views

The CSS for the div is: height:1px; margin:146px 0 56px 15px; overflow-x:hidden; overflow-y:auto; width:1px; I have set a scrollbar for the div: ::-webkit-scrollbar-button:single-button { ...
McLuvin's user avatar
3 votes
1 answer
184 views

The property ScrollBars of a TStringGrid specifies whether the grid includes horizontal and vertical scroll bars. These are visible if ScrollBars = ssBoth, and when all the cells do not fit in the ...
Fred62's user avatar
  • 61
0 votes
1 answer
60 views

In my Thingsboard Dashboard I have a table with entities that have more than 100 key figures. I want to hide those at first and then let the user select the figures to display by using "Columns ...
mcbnz's user avatar
  • 21
1 vote
1 answer
395 views

My expected result: Having a 'fixed' sidebar on the left side of the screen when on desktop which takes the full screen height and has a width of 226px. On mobile there should be a toolbar available ...
user p's user avatar
  • 69
-1 votes
1 answer
115 views

Before deciding to ask here I really searched the whole Internet without luck and since a long time, but this topic strangely enough seems "taboo", despite so evident and frustrating. It ...
BadHellie's user avatar
  • 323
0 votes
0 answers
33 views

*::-webkit-scrollbar { width: 6px; } *::-webkit-scrollbar-track { background-color: transparent; } *::-webkit-scrollbar-thumb { background-color: var(--scrollbar-thumb-color); border-radius: ...
Le Manh's user avatar
0 votes
0 answers
19 views

i want it to look like this i read this question on forum and answer to this was `<select size="3"> <option>Option 1</option> <option>Option 2</option> ...
Vibhuti Prajapati's user avatar
0 votes
1 answer
131 views

I have an issue with unset css styles for -webkit-scrollbar. Seems like browsers can't unset it once it was applied. I created an example to show the problem: https://codesandbox.io/p/sandbox/lyn2m8 ...
JBeen's user avatar
  • 417
1 vote
1 answer
78 views

I have three column with scrollbar and it needs to be expand and it should be stretched the window size but i am unable to increase the column width according to the screen size and i need top first ...
Sathish's user avatar
  • 445
0 votes
2 answers
344 views

I am creating a Barcelona App in flet, but i am unable to get the column of the fixtures to scroll, when u run the program, you will realize it. I have tried to use the "scroll=ft.ScrollMode....
Manas Sujal Abraham's user avatar
2 votes
0 answers
250 views

There is a code within my system that makes the scrollbar reposition itself if a dropdown is clicked on a minimized window (click on a dropdown that's only halfway visible and this code readjusts ...
Progranoob's user avatar
0 votes
1 answer
82 views

I want to take a fullscreen screenshot of a web page. I want it to contain only relevant information. I set the zoom level and scroll the relevant part into view. From this point on, I want to hide ...
cachius's user avatar
  • 2,015
0 votes
1 answer
221 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
0 votes
1 answer
103 views

I have a web HTML page that is AxB in size, and it uses a transparent image that is 2Ax2B. Then the scrollbars appear at 2Ax2B. How can I tell the scrollbars to ignore the image? The image cannot be ...
Luis A. Florit's user avatar
2 votes
1 answer
71 views

I believe that the properties are defined equally in both. In the "correct.fxml" grid, if I add 1 row or 1 column, the respective ScrollPane's scrollbar appears. In the "wrong.fxml"...
Adalberto J. Brasaca's user avatar
1 vote
0 answers
136 views

In Firefox, if you do a search (find-in-page), the browser will add lines to the scrollbar for each search-result found to make it easier to see how many search-results there are and where in the page ...
Synetech's user avatar
  • 9,995
2 votes
1 answer
81 views

I am using a RichTextBox in Winforms to display live stream of text. When new data comes in, the RichTextBox scrolls down to display the latest added text. If the user wants to view previous data by ...
Avi Cohen's user avatar
0 votes
1 answer
68 views

I have a layout where two divs (left and right) are side by side using Flexbox. I want the following behavior: The right div should determine the height of the container based on its content. The left ...
Parth's user avatar
  • 23
4 votes
1 answer
99 views

EDITED I'd like to hide every single scrollbar inside webpages, keeping each scrollable element always scrollable. I'm working on an injected Javascript file, which adds a style element into every ...
Joele's user avatar
  • 61

1
2 3 4 5
135