This is an automated email from the ASF dual-hosted git repository. ankovalyshyn pushed a commit to branch feature/projects in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
commit 72b6fb9bc68f4b8af927e0c71cbe435ea4bd596a Author: Andriana Kovalyshyn <[email protected]> AuthorDate: Thu May 30 13:13:54 2019 +0300 [DLAB-631]: fixed backdrop issue on 403 page --- .../webapp/src/app/access-denied/access-denied.component.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/services/self-service/src/main/resources/webapp/src/app/access-denied/access-denied.component.scss b/services/self-service/src/main/resources/webapp/src/app/access-denied/access-denied.component.scss index df52859..eb3eac2 100644 --- a/services/self-service/src/main/resources/webapp/src/app/access-denied/access-denied.component.scss +++ b/services/self-service/src/main/resources/webapp/src/app/access-denied/access-denied.component.scss @@ -17,14 +17,9 @@ * under the License. */ .no-access-page { - position: absolute; - top: 0; - left: 0; - width: 100%; height: 100%; background: #f5f5f5; color: #8c8888; - z-index: -1; .content { position: absolute; top: 0; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
