mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-02 10:05:26 +00:00
Fixed layout of contacts/calendars import dialogs
This commit is contained in:
@@ -701,7 +701,7 @@ function onViewEventCallback(http) {
|
||||
var divDimensions = div.getDimensions();
|
||||
var view;
|
||||
var left = cellPosition[0];
|
||||
var top = cellPosition[1];
|
||||
var top = cellPosition[1] - 5;
|
||||
|
||||
if (currentView != "monthview") {
|
||||
view = $("daysView");
|
||||
|
||||
Reference in New Issue
Block a user