Skip to main content
0 votes
1 answer
47 views

I've upgraded from Bootstrap 4 to 5 and now when Sweetalert2 confirmation is opened at a modal, focus remains on modal at its "close" button. But when I open Sweetalert2 directly from the ...
rd1218's user avatar
  • 461
0 votes
0 answers
44 views

Java 1.8, JSP, Bootstrap 3.4.1 this snippet of index.jsp works fine - tabs appear, tabs3 is displayed as default, and clicking on different tabs display the correct stuff for the selected tab <nav&...
code_warrior's user avatar
0 votes
0 answers
45 views

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 ...
Heinzi's user avatar
  • 173k
0 votes
1 answer
61 views

I am using Bootstrap 3.5 with ASP.NET controls (Visual Studio 2022). I have an ASP.NET:TextBox in a Bootstrap column. While an HTML input tag spreads across the entire Bootstrap column, left to right, ...
StuKH's user avatar
  • 41
-1 votes
1 answer
70 views

i want to apply only horizontal scrolling to the nav but not vertical so i use bootstrap class overflow-x-scroll, however it still applies vertical scrolling when i open the language dropdown : ...
Morgana Freeman's user avatar
1 vote
1 answer
213 views

For days, I've been trying to configure the opening and closing of my navbar created with Bootstrap 5.3, when it is reduced to a burger menu, via hover rather than click. I've managed to do this in ...
Jérem's user avatar
  • 23
-1 votes
1 answer
42 views

i want to apply transition on bootstrap columns width when open state changes, the transition works but it's sluggish, it's not smooth at all layout.js "use client"; import { useState } from ...
Morgana Freeman's user avatar
2 votes
1 answer
51 views

There is a flex container (display: flex) with align-items: baseline. Inside, there is a text element (label) and input, which renders .invalid-feedback during validation. Before the error (.invalid-...
killbut's user avatar
  • 23
0 votes
1 answer
54 views

i dont know how to give spaces between columns, i tried to use gx-* but it doesnt work and it causes horizontal scroll which make it even worse, gap-* works but it misses with the layout and causes ...
Morgana Freeman's user avatar
-1 votes
1 answer
113 views

.cta-btn { display: inline-flex; align-items: center; justify-content: center; padding: 0 32px; height: 54px; font: normal normal 600 16px/21px "Inter", sans-serif; letter-spacing: 0; ...
Muralikumar J's user avatar
2 votes
2 answers
207 views

I am trying to position a title bar which is in <div> on top of the <img>. I've been able to position it using position: relative and position: absolute plus margins but I struggle if the ...
Sygan's user avatar
  • 94
1 vote
1 answer
176 views

In my rails 8 app I followed the Bootstrap Getting Started instructions to pull in bootstrap version 5.3.7 via the link tag: I put the following in the head tag of application.html.erb: <link href=...
Neil's user avatar
  • 4,740
0 votes
3 answers
110 views

I have a table with Bootstrap 5 if that matters. The th element has a height of 195 px; this height is because some other cell in the same row has some text, if that matters. The screenshot below has ...
Fangming's user avatar
  • 25.4k
0 votes
1 answer
117 views

How can the div, containing the thumbnails be moved to the left of the carousel like it this picture? I tried already wrapping it into a <div class="d-flex">but that messes up the ...
eztam's user avatar
  • 3,873
0 votes
0 answers
98 views

I have an Angular web application that has a page that needs to be interrupted by a modal dialogue in some situations. However, when I press the button that does that, the modal appears at the bottom ...
Inglonias's user avatar
  • 530

15 30 50 per page
1
2 3 4 5
6853