11 questions from the last 1 days
0 votes
2 answers
40 views
How to get 100 small viewport height in Javascript?
I have an asset that has to be statically sized based on viewport height. The problem is that for some mobile browsers when the navigation bar hides, the asset changes size, because the height of the ...
-4 votes
0 answers
37 views
How do I make model scrollable? [closed]
I have this code that generates modal from javascript. Here is the code: var _modalManager; this.init = function (modalManager) { _modalManager = modalManager; var modal = _modalManager....
0 votes
1 answer
28 views
Not Vertically Centered in Circular Button in React / CSS
I’m building a React app and I have a table where I render an “Add Coin” button. The button is a circular link with a + symbol inside it. The problem is that the + is not vertically centered inside ...
1 vote
1 answer
26 views
Css Bem naming blocks in different sections
I'm trying to implement BEM, but I have a review block that appears in both the top-review-section and the product-review-section. My approach is to use a Modifier for context-specific styling, but my ...
-3 votes
0 answers
25 views
How to store and match user-selected words with their different forms across texts? [closed]
I want to build a program where a user can input any text they want to study. While reading, the user can select certain words. Each selected word should be stored in a dictionary or list. Later, when ...
-6 votes
0 answers
35 views
website has white section on top (near notch) and bottom of Safari iOS 26.1 [closed]
I've recently updated my os to iOS26.1 and noticed that my website appears to have a white section above the header -- the white section is essentially where the iPhone notch is (sorry using an older ...
-1 votes
1 answer
68 views
How would I achieve this sort of design with only pure HTML and CSS? [closed]
I want a design like this where the image is on a side, without a background and seemingly outside of the container and popping out. I am unsure about how to achieve the bleed effect (sort of) where ...
0 votes
0 answers
21 views
ASP.NET QuickGrid: Style clash between QuickGrid default theme and bootstrap table
Repro: Create the default Visual Studio Blazor Server Template with sample pages. Add a nuget reference to Microsoft.AspNetCore.Components.QuickGrid (10.0.0) Replace the weather page with a similar ...
-8 votes
0 answers
41 views
My text won't break correctly when using CSS left property [closed]
I have a problem with my website. I use css left to give my text a margin to the left of the page. When I use that though, My text will overflow off the page to the right a bit instead of breaking at ...
-5 votes
0 answers
54 views
How to properly downsize a video in the browser? [closed]
I'm working on a screen sharing app, and I have an incoming 1920x1080px video stream via WebRTC. My problem is that when I resize the browser, the video becomes really blurry as the browser is ...
Advice
0 votes
1 replies
37 views
Use items from local storage to pre-populate a webform
I am new to HTML, CSS and Javascript. I am building a website that has a shopping cart feature and I am able to list my products, and and remove to the shopping cart and have the UI update the ...