File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 54
54
</ a >
55
55
< div *ngIf ="(latestVisitedBookmarks$ | async) as latestVisitedBookmarks " class ="mt-1 " (mouseout) ="resetHoveringLastVisited() ">
56
56
< ng-container *ngFor ="let bookmark of latestVisitedBookmarks; let i = index " class ="mt-1 ">
57
- < span class ="mt-1 mr-2 ">
57
+ < span class ="mt-1 mr-2 on-top ">
58
58
< a
59
59
(mouseover) ="hoveringLastVisited[i]=true "
60
60
(mouseout) ="hoveringLastVisited[i]=false "
79
79
< span class ="list-group-item list-group-item-action bg-light "> < i class ="fa fa-search mr-1 "> </ i > Latest searches:</ span >
80
80
< div class ="mt-1 " (mouseout) ="resetHoveringLastSearches() ">
81
81
< ng-container *ngFor ="let mySearch of latestSearches; let i = index " class ="mt-1 ">
82
- < span class ="mt-1 mr-2 ">
82
+ < span class ="mt-1 mr-2 on-top ">
83
83
< a
84
84
(mouseover) ="hoveringLastSearches[i]=true "
85
85
(mouseout) ="hoveringLastSearches[i]=false "
Original file line number Diff line number Diff line change @@ -95,3 +95,8 @@ footer {
95
95
background : linen ;
96
96
color : #495057 ;
97
97
}
98
+
99
+ .on-top {
100
+ position :relative ;
101
+ z-index : 1000 ;
102
+ }
You can’t perform that action at this time.
0 commit comments