/extensions/amp-sidebar/0.1/amp-sidebar.css contains
amp-sidebar { z-index: 9999!important }
However the fixed layer migration code sets element level CSS on the amp-sidebar to
style="pointer-events: initial; z-index: 20003; top: calc(54px);"
Which fails due to the !important in the sidebar css.