I'm trying to place paper-tabs within a paper-toolbar as shown below. This works fine in Chrome and FireFox, but the tabs aren't displayed in IE11 - it seem to be an issue with the flex layout and setting <div class="bottom"> to <div class="bottom fit"> allows the tabs to be displayed in IE11, but the layout isn't want I want (I want the default left aligned tabs, not fully justified). Is there a workaround for this? I tried various layouts, but nothing works.
I'm trying to place
paper-tabs
within apaper-toolbar
as shown below. This works fine in Chrome and FireFox, but the tabs aren't displayed in IE11 - it seem to be an issue with the flex layout and setting<div class="bottom">
to<div class="bottom fit">
allows the tabs to be displayed in IE11, but the layout isn't want I want (I want the default left aligned tabs, not fully justified). Is there a workaround for this? I tried various layouts, but nothing works.