Show full height footer even when there're no links

This commit is contained in:
Quincy Morgan
2020-07-19 21:50:32 -04:00
parent b40b484aa4
commit 284a9291c4
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -713,13 +713,15 @@ button.add-note svg.icon {
position: absolute;
bottom: 0;
margin: 0;
padding: 5px 20px 5px 20px;
padding: 0 15px;
border-top: 1px solid #ccc;
background-color: #f6f6f6;
width: 100%;
height: 30px;
z-index: 1;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
list-style: none;
display: flex;
}
@@ -1029,7 +1031,6 @@ a.hide-toggle {
.preset-list {
width: 100%;
padding: 20px 20px 10px 20px;
border-bottom: 1px solid #ccc;
}
.preset-list-item {
+1 -1
View File
@@ -153,7 +153,7 @@ export function uiSidebar(context) {
var inspectorWrap = selection
.append('div')
.attr('class', 'inspector-hidden inspector-wrap fr');
.attr('class', 'inspector-hidden inspector-wrap');
var hoverModeSelect = function(targets) {
context.container().selectAll('.feature-list-item').classed('hover', false);