0

prevent scrollbar

This commit is contained in:
arrai
2010-10-31 12:31:22 +01:00
parent af6fec3026
commit ffe92f7db8

View File

@@ -276,7 +276,7 @@ function initialize() {
</script>
</head>
<body onload="initialize()">
<div id="link" style="border:5px solid black;color:white"></div>
<div id="mcmap" style="width:100%; height:100%"></div>
<div id="link" style="border:1px solid black;background-color:white;color:black;position:absolute;top:5px;right:5px"></div>
</body>
</html>