Skip to content

Commit 6a3848a

Browse files
committed
OKRS24-205 Move scroll bar to the top of the table.
1 parent 5c48bff commit 6a3848a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

src/assets/css/custom.css

+12
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,15 @@
134134
.popover {
135135
max-width: 50%;
136136
}
137+
138+
.signals-list-card {
139+
transform:rotateX(180deg);
140+
-ms-transform:rotateX(180deg); /* IE 9 */
141+
-webkit-transform:rotateX(180deg); /* Safari and Chrome */
142+
}
143+
144+
.signals-list-table {
145+
transform:rotateX(180deg);
146+
-ms-transform:rotateX(180deg); /* IE 9 */
147+
-webkit-transform:rotateX(180deg); /* Safari and Chrome */
148+
}

src/templates/signals/signals.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ <h2 class="accordion-header" id="available_geography-heading">
224224
<div class="row">
225225
<div class="card signals-list-card no-padding">
226226
<div class="card-header d-flex justify-content-between align-items-center table-responsive">
227-
<table class="table table-borderless table-hover">
227+
<table class="table table-borderless table-hover signals-list-table">
228228
<thead>
229229
<tr>
230230
<th scope="col"></th>

0 commit comments

Comments
 (0)