diff --git a/assets/css/global.scss b/assets/css/global.scss index 78f03c61..e0c0af33 100644 --- a/assets/css/global.scss +++ b/assets/css/global.scss @@ -533,11 +533,3 @@ label { font-size: 1.8rem; } } - -.modal-above-fade { - // We can't get this quite how we'd like. We'd like these ads to appear above the modal fade, and below the modal content. - // But we can't do that, because of the way that position: fixed locks the z-index of the children. That means the - // effective z-index of the fade and the modal contents is the same. So we do this, which will occasionally overlap - // the modal contents in an annoying way. It would be nice to figure out something better. - //z-index: 1056 !important; -} diff --git a/components/ExternalDa.vue b/components/ExternalDa.vue index 1a213e86..493e6db0 100644 --- a/components/ExternalDa.vue +++ b/components/ExternalDa.vue @@ -24,6 +24,7 @@