File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ function toggleClamp() {
4343}
4444
4545.header_bar {
46- position : sticky ;
47- top : 0 ;
4846 margin-inline : -8px ;
4947 padding-inline : 56px 8px ;
5048 background-color : var (--color-main-background );
51- z-index : 9 ;
5249 transition : all var (--animation-slow ) linear ;
50+ & .sticky-top {
51+ z-index : 9 ;
52+ }
5353
5454 & ::after {
5555 border-top : 1px solid var (--color-border );
Original file line number Diff line number Diff line change @@ -174,7 +174,10 @@ onUnmounted(() => {
174174
175175 <VoteInfoCards class="sticky-left" />
176176
177- <IntersectionObserver id="table-observer" v-model =" tableSticky " />
177+ <IntersectionObserver
178+ v-if =" pollStore .viewMode === ' table-view' "
179+ id="table-observer"
180+ v-model =" tableSticky " />
178181
179182 <VoteTable
180183 v-show =" optionsStore .options .length "
You can’t perform that action at this time.
0 commit comments