Commit 16ad3ae5 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

toolbar menu's position should be absolute instead of fixed, otherwise its...

toolbar menu's position should be absolute instead of fixed, otherwise its location is odd in chromium browser.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43531 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9b96a998
......@@ -84,7 +84,7 @@ li.toolboxSection > div {\n
display:none;\n
margin:0;\n
bottom:20px;\n
position:fixed;\n
position:absolute;\n
background-color:white;\n
border:1px solid #ccc;\n
padding:8px;\n
......
1028
\ No newline at end of file
1029
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment