CSS / Layout cleanup - Get rid of stupid scrollbars in dialogs

This commit is contained in:
nathan 2022-04-27 10:14:01 -06:00
parent 9dd6f44715
commit 69e13a2d7f
5 changed files with 5 additions and 1 deletions

View File

@ -1876,6 +1876,7 @@ body {
font-size: 11px;
line-height: 1.28;
font-weight: normal;
overflow: hidden;
}
/**
* EGroupware: Stylite Pixelegg template

View File

@ -1856,6 +1856,7 @@ body {
font-size: 11px;
line-height: 1.28;
font-weight: normal;
overflow: hidden;
}
/**
* EGroupware: Stylite Pixelegg template

View File

@ -1866,6 +1866,7 @@ body {
font-size: 11px;
line-height: 1.28;
font-weight: normal;
overflow: hidden;
}
/**
* EGroupware: Stylite Pixelegg template

View File

@ -117,5 +117,5 @@ body{
font-size: 11px;
line-height: 1.28;
font-weight: normal;
overflow: hidden;
}

View File

@ -1887,6 +1887,7 @@ body {
font-size: 11px;
line-height: 1.28;
font-weight: normal;
overflow: hidden;
}
/**
* EGroupware: Stylite Pixelegg template