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

@ -4,6 +4,8 @@
- Fix when adding functions without params that did not cause graph to update (Issue #267)
- Graphite errors are now much easier to see and troubleshoot with the new inspector (Issue #265)
- Use influxdb aliases to distinguish between multiple columns (Issue #283)
- Correction to ms axis formater, now formats days correctly. (Issue #189)
- Css fix for Firefox and using top menu dropdowns in panel fullscren / edit mode (Issue #106)
# 1.5.2 (2013-03-24)
### New Features and improvements

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -130,7 +130,7 @@
}
.panel-fullscreen {
z-index: 1500;
z-index: 100;
display: block !important;
position: fixed;
left: 0px;

View File

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