Only disable toolbar.

Make content available and allow scrolling
This commit is contained in:
Marcel Klehr 2012-07-14 14:46:02 +02:00
parent 6bda1f8e4d
commit 8ab12ee69e
3 changed files with 9 additions and 9 deletions

View file

@ -402,6 +402,7 @@ table#otheruserstable {
font-style: italic;
}
#connectivitylink,
#connectivity {
z-index: 600 !important;
}
@ -420,17 +421,17 @@ table#otheruserstable {
padding: 5px;
}
#modaloverlay {
.toolbar #overlay {
z-index: 500;
display: none;
background-repeat: repeat-both;
width: 100%;
position: absolute;
height: 100%;
height: inherit;
left: 0;
top: 0;
}
* html #modaloverlay {
* html #overlay {
/* for IE 6+ */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);