File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
src/Frontend/src/components/messages2 Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,11 @@ const filteredHeaders = computed(() => {
22
22
</script >
23
23
24
24
<template >
25
- <div >
26
- <div class =" row filters" >
27
- <div class =" col" >
28
- <div class =" text-search-container" >
29
- <div class =" text-search" >
30
- <div >
31
- <FilterInput v-model =" searchTerm" :aria-label =" `Search for a header key or value`" :placeholder =" 'Search for a header key or value...'" />
32
- </div >
33
- </div >
25
+ <div class =" filters" >
26
+ <div class =" text-search-container" >
27
+ <div class =" text-search" >
28
+ <div >
29
+ <FilterInput v-model =" searchTerm" :aria-label =" `Search for a header key or value`" :placeholder =" 'Search for a header key or value...'" />
34
30
</div >
35
31
</div >
36
32
</div >
@@ -77,6 +73,9 @@ const filteredHeaders = computed(() => {
77
73
max-width : 40rem ;
78
74
}
79
75
.filters {
76
+ top : -2.3rem ;
77
+ position : sticky ;
78
+ z-index : 100 ;
80
79
background-color : #f3f3f3 ;
81
80
margin-top : 5px ;
82
81
border : #8c8c8c 1px solid ;
You can’t perform that action at this time.
0 commit comments