- Make identities list scrollable (#1485538)

release-0.6
alecpl 16 years ago
parent 28b68c32f6
commit be758e06f9

@ -4,7 +4,7 @@ CHANGELOG RoundCube Webmail
2008/11/03 (alec) 2008/11/03 (alec)
---------- ----------
- Add warning when switching editor mode from html to plain (#1485488) - Add warning when switching editor mode from html to plain (#1485488)
- Unified editor switching functions - Make identities list scrollable (#1485538)
2008/10/29 (alec) 2008/10/29 (alec)
---------- ----------

@ -74,6 +74,7 @@ span.tablink-selected a
position: absolute; position: absolute;
top: 95px; top: 95px;
left: 20px; left: 20px;
overflow: auto;
} }
#folder-manager #folder-manager

Loading…
Cancel
Save