.layoutContainer, .layoutComponentContainer {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.layoutContent {
    display: flex;
    flex-direction: row;
    flex: 1;
    overflow-y: auto;
    min-height: 20%;
}

.layoutMain {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
    overflow-y: auto;
    /*Elcsúszik tőle a dropDown
    position: relative;*/
}

.layoutRight {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-y: auto;
    flex: 1;
}

.layoutLeft {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-y: auto;
    flex: 1;
}