mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 16:07:03 +03:00
Resolve #897
This commit is contained in:
parent
b2fdc39670
commit
53569957fe
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue