This commit is contained in:
the-djmaze 2023-02-06 10:33:12 +01:00
parent b2fdc39670
commit 53569957fe

View file

@ -49,7 +49,8 @@
} }
#V-SettingsPane { #V-SettingsPane {
height: 100%; height: calc(100% - 50px - @rlLowMargin);
margin: 50px @rlLowMargin 0 0;
.btn-toolbar { .btn-toolbar {
position: absolute; position: absolute;
@ -71,8 +72,7 @@
border: 1px solid var(--border-color, #aaa); border: 1px solid var(--border-color, #aaa);
border-radius: var(--border-radius, 5px); border-radius: var(--border-radius, 5px);
box-shadow: var(--smMainShadow); box-shadow: var(--smMainShadow);
height: calc(100% - 50px - @rlLowMargin - @rlLowMargin); height: 100%;
margin: 50px @rlLowMargin @rlLowMargin 0;
overflow-y: auto; overflow-y: auto;
padding:20px; padding:20px;
scroll-behavior: smooth; scroll-behavior: smooth;