1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-10-29 18:37:35 +01:00

Fixed scrolling of the extra-features panel

This commit is contained in:
Giulio Cesare Solaroli
2015-03-03 16:13:22 +01:00
parent 66e036b5de
commit 03ce1d3497
4 changed files with 88 additions and 43 deletions

View File

@@ -128,10 +128,26 @@
#extraFeaturesPanel {
@include sliding-panel(right, $settingsPanelWidth);
@include flexbox();
@include flex-direction(column);
min-height: 100%;
&.open {
@include sliding-panel-open(right, $settingsPanelWidth);
}
header {
@include flex(none);
}
& > div {
@include flex(auto);
overflow: auto;
}
}
.container {