mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
7 lines
221 B
CSS
7 lines
221 B
CSS
|
#GB_window {
|
||
|
position: absolute;
|
||
|
margin-top: expression(0 - parseInt(this.offsetHeight / 2) +
|
||
|
(boxMargin = document.documentElement &&
|
||
|
document.documentElement.scrollTop || document.body.scrollTop) + 'px');
|
||
|
}
|