From 61ed1d7af465e9c47b317d7931ea5be18e70094e Mon Sep 17 00:00:00 2001 From: Kelsey Tripp Date: Tue, 14 Aug 2012 12:25:21 -0700 Subject: [PATCH] Fix floating notifications so they scroll with window. launchpad bug #1027714 Change-Id: Ic7ce0a70d95d9667d5207a847246bc13da963030 --- openstack_dashboard/static/dashboard/less/horizon.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_dashboard/static/dashboard/less/horizon.less b/openstack_dashboard/static/dashboard/less/horizon.less index 82ea89d0a..6df85d559 100644 --- a/openstack_dashboard/static/dashboard/less/horizon.less +++ b/openstack_dashboard/static/dashboard/less/horizon.less @@ -450,7 +450,7 @@ table form { } .messages { - position: absolute; + position: fixed; z-index: 9999; top: 20px; right: 20px;