From 4b9504716fa8feb1d3c8c7aebe69b3e7bb68755a Mon Sep 17 00:00:00 2001 From: Daniel Hug Date: Tue, 18 Mar 2014 21:56:02 -0700 Subject: [PATCH] Hovering panels have 100% width. --- panels.css | 1 + 1 file changed, 1 insertion(+) diff --git a/panels.css b/panels.css index 54263eb..46c4169 100644 --- a/panels.css +++ b/panels.css @@ -56,6 +56,7 @@ } .hovering > .panel { + width: 100%; position: absolute; right: 0; top: 100%;