Fixes #106. Css fix for Firefox and using top menu dropdowns in panel fullscren / edit mode

This commit is contained in:
Torkel Ödegaard
2014-04-06 09:53:07 +02:00
parent 305d5c5aa9
commit 6795383461
5 changed files with 6 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ module.exports = function(config) {
dev: {
options: {
port: 5601,
hostname: '*',
base: config.srcDir,
keepalive: true
}