[38693] Scroll to oldest unread activity in the activity tab (#9606)
* make the tabs stick to the top while scrolling * scroll to the oldest unread notification and make space above the scrolled element * resolving eslint issues * set the position of sticky element to its parent context * use class instead of adding style attribute * fix eslint error in using promises * use hal resource array instead of any * resolving eslint errors while resolving conflicts * change the if conditions and use class name for element selecting * remove space before paranthesespull/9620/head
parent
9c0247307f
commit
b216d43ae9
@ -0,0 +1,7 @@ |
|||||||
|
.op-work-package-tabs |
||||||
|
&_sticky |
||||||
|
position: sticky |
||||||
|
top: 0 |
||||||
|
background: white |
||||||
|
z-index: 1 |
||||||
|
display: block |
Loading…
Reference in new issue