The .fit class is added to the this.scrollTarget on ready but on attached the parent implements paper-dialog-behavior so the .fit class should be removed.
Expected outcome
.fit class should be removed on attached phase which has been added to the this.scrollTarget on ready phase.
Actual outcome
.fit is not removed if the parent implements paper-dialog-behavior on attached phase. See image below for a basic console.log from paper-dialog-scrollable.
The .fit class is added to the
this.scrollTarget
onready
but onattached
the parent implementspaper-dialog-behavior
so the.fit
class should be removed.Expected outcome
.fit
class should be removed onattached
phase which has been added to thethis.scrollTarget
onready
phase.Actual outcome
.fit
is not removed if the parent implementspaper-dialog-behavior
onattached
phase. See image below for a basic console.log frompaper-dialog-scrollable
.