qwc2
Version:
QGIS Web Client
24 lines (20 loc) • 404 B
CSS
div.panoramax-body {
height: 100%;
position: relative;
display: flex;
flex-direction: column;
width: 100%;
}
div.panoramax-body .pnx-psv-tour-arrows {
all: unset;
}
div.panoramax-body .gvs-btn:focus {
outline: none;
}
.panoramax-widget {
background-color: rgba(255, 255, 255, 0.7);
color: #333;
font-weight: bolder;
padding: 10px;
border-radius: 5px;
}