Setting max-width on topic-progress BG to prevent viewport overflow

This commit is contained in:
Kris 2018-04-18 23:23:41 -04:00
parent 01c061d20d
commit 201cf84eed
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@
top: 0;
bottom: 0;
width: 0;
max-width: 145px;
border-right: 1px solid $tertiary-low;
background-color: $tertiary-low;
transition: width .75s;