12 lines
144 B
SCSS
12 lines
144 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
html,
|
|
body,
|
|
body > .ember-view {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|