Setting max-width on topic-progress BG to prevent viewport overflow
This commit is contained in:
parent
01c061d20d
commit
201cf84eed
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue