X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=resources%2Fscss%2Fcommon%2F_layout.scss;h=0d826f3a32ac60f54ba0095fbc1e8c14f681ab29;hb=5ee7367a101143715c2869d72ea4a6fbf55f5af6;hp=fedf2fab90e52d27e5ca37317fb373dab2e9419e;hpb=c89060158fab7394c3bddc5eacb0411dbb13785c;p=aai%2Fsparky-fe.git diff --git a/resources/scss/common/_layout.scss b/resources/scss/common/_layout.scss index fedf2fa..0d826f3 100644 --- a/resources/scss/common/_layout.scss +++ b/resources/scss/common/_layout.scss @@ -2,8 +2,8 @@ * ============LICENSE_START======================================================= * org.onap.aai * ================================================================================ - * Copyright © 2017 AT&T Intellectual Property. All rights reserved. - * Copyright © 2017 Amdocs + * Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017-2018 Amdocs * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,10 +17,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= - * - * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - .hidden { display: none; } @@ -29,6 +26,7 @@ display: flex; flex-direction: column; height: 100vh; + overflow:auto; } .view-container { @@ -42,7 +40,6 @@ } .spinner-container { - overflow: hidden; position: relative; }