Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.

Commit 529ae26

Browse files
committed
Fixed table scrolling
1 parent 049827b commit 529ae26

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

frontend/src/pages/RSocket.vue

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</div>
5757
<q-table
5858
class="col"
59-
style="width: 100%; height: 100vh"
59+
style="width: 100%; height: calc(100vh - 50px)"
6060
title="New Orders"
6161
:data="data"
6262
:columns="columns"
@@ -300,13 +300,6 @@ export default {
300300
top: 0
301301
302302
/* this is when the loading indicator appears */
303-
304-
305-
306-
307-
308-
309-
310303
&.q-table--loading thead tr:last-child th
311304
/* height of all previous header rows */
312305
top: 48px

0 commit comments

Comments
 (0)