mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixes #106. Css fix for Firefox and using top menu dropdowns in panel fullscren / edit mode
This commit is contained in:
parent
305d5c5aa9
commit
6795383461
@ -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
|
||||
|
2
src/css/bootstrap.dark.min.css
vendored
2
src/css/bootstrap.dark.min.css
vendored
File diff suppressed because one or more lines are too long
2
src/css/bootstrap.light.min.css
vendored
2
src/css/bootstrap.light.min.css
vendored
File diff suppressed because one or more lines are too long
@ -130,7 +130,7 @@
|
||||
}
|
||||
|
||||
.panel-fullscreen {
|
||||
z-index: 1500;
|
||||
z-index: 100;
|
||||
display: block !important;
|
||||
position: fixed;
|
||||
left: 0px;
|
||||
|
@ -3,6 +3,7 @@ module.exports = function(config) {
|
||||
dev: {
|
||||
options: {
|
||||
port: 5601,
|
||||
hostname: '*',
|
||||
base: config.srcDir,
|
||||
keepalive: true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user