File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 26
26
.modal-lg {
27
27
max-width : 850px ; /* 800px is the default */
28
28
}
29
+
30
+ .fixed-bottom-card {
31
+ position : fixed; /* Fix the card to the viewport */
32
+ bottom : 0 ; /* Position it at the bottom */
33
+ /* left: 0; /* Align it to the left */
34
+ /* right: 0; /* Align it to the right */
35
+ width : 100% ; /* Make the card span the full width of the page */
36
+ /* z-index: 1030; /* Ensure the card is above other content */
37
+ }
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ <h5 class="modal-title" id="modalTitle">Title</h5>
103
103
</ div >
104
104
</ div >
105
105
</ div >
106
- < div class ="card mt-5 ">
106
+ < div class ="card fixed-bottom-card ">
107
107
< div class ="card-header ">
108
108
Important weblinks
109
109
</ div >
Original file line number Diff line number Diff line change 1
- const WEB_ICSP_VERSION = '0.1.5 ' ;
1
+ const WEB_ICSP_VERSION = '1.6 ' ;
You can’t perform that action at this time.
0 commit comments