META-INF.resources.frontend.styles.components.view-frame.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fluent-vaadin-flow Show documentation
Show all versions of fluent-vaadin-flow Show documentation
Broderick Labs for fluent vaadin flow. Inherits common Vaadin components.
/*
* Copyright (c) 2008 - 2020. - Broderick Labs.
* Author: Broderick Johansson
* E-mail: [email protected]
* Modify date:2020-07-02 09:33:44
* _____________________________
* Project name: fluent-vaadin-flow
* Class name:D:/broderick/develop/vaadin/16/fluent-vaadin-flow/frontend/styles/components/view-frame.css
* Copyright (c) 2008 - 2020. - Broderick Labs.
*/
.view-frame {
display: flex;
flex-direction: column;
flex-grow: 1;
overflow: hidden;
}
.view-frame__header {
z-index: 2;
}
.view-frame__wrapper {
display: flex;
flex: 1;
overflow: hidden;
}
.view-frame__content {
flex: 1;
overflow-x: hidden;
overflow-y: auto;
position: relative;
-webkit-overflow-scrolling: touch;
}
.view-frame__footer {
z-index: 2;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy