Skip to content
Snippets Groups Projects
Commit 27d807c2 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Show comment bar always, no matter how many questions exist

parent 4aec4b28
No related merge requests found
<div fxLayout="row"
[ngClass]="{'search-container' : !scroll, 'search-container-fixed' : scroll}"
*ngIf="comments.length > 1"
(window:scroll)="checkScroll()"
fxLayoutAlign="center">
<mat-label *ngIf="deviceType === 'desktop'"
......
<div fxLayout="row"
[ngClass]="{'search-container' : !scroll, 'search-container-fixed' : scroll}"
*ngIf="comments.length > 1"
(window:scroll)="checkScroll()"
fxLayoutAlign="center">
<button id="filter-close-button"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment