github.com/outbrain/consul@v1.4.5/ui-v2/app/styles/layouts/with-sticky-footer.scss (about)

     1  %with-sticky-footer {
     2    display: flex;
     3    min-height: 100vh;
     4    flex-direction: column;
     5  }
     6  %with-sticky-footer-content {
     7    flex: 1;
     8  }