ux(keybindings): polish help modal with keybindings, #6465

This commit is contained in:
Torkel Ödegaard
2016-11-04 17:19:03 +01:00
parent 4ab095b051
commit 3cc4a194a9
8 changed files with 129 additions and 72 deletions

View File

@@ -20,7 +20,7 @@
// Base modal
.modal {
position: fixed;
position: absolute;
z-index: $zindex-modal;
width: 100%;
background-color: $panel-bg;
@@ -173,3 +173,5 @@
text-overflow: ellipsis;
}
}