1/** 2 * Copyright (c) 2020 Gitpod GmbH. All rights reserved. 3 * Licensed under the GNU Affero General Public License (AGPL). 4 * See License.AGPL.txt in the project root for license information. 5 */ 6 7.gitpod-frame { 8 position: absolute; 9 top: 0; 10 bottom: 0; 11 left: 0; 12 right: 0; 13 width: 100vw; 14 height: 100vh; 15 border: 0px; 16 overflow: hidden; 17} 18 19