Fix review panel header positioning in Firefox and Safari (#20995)

* Fix review panel header positioning in Firefox and Safari

* update scss

GitOrigin-RevId: 5427f91f077104639a72f608c8d7572ab7d08a8c
This commit is contained in:
Domagoj Kriskovic 2024-10-21 10:56:55 +02:00 committed by Copybot
parent 87f714f7c3
commit db3c69fbcd
2 changed files with 4 additions and 4 deletions

View file

@ -134,8 +134,8 @@
}
.review-panel-header {
position: fixed;
top: var(--review-panel-top);
position: sticky;
top: 0;
width: var(--review-panel-width);
height: @review-panel-header-height;
display: flex;

View file

@ -145,8 +145,8 @@
}
.review-panel-header {
position: fixed;
top: var(--review-panel-top);
position: sticky;
top: 0;
width: var(--review-panel-width);
height: $review-panel-header-height;
display: flex;