Skip to content

Commit

Permalink
add scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
dpmihai committed Jan 14, 2016
1 parent b9301ab commit 6f595d4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/ro/nextreports/server/web/dashboard/WidgetWebPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,20 @@
min-height: 60px;
line-height: 1.5em;
overflow: auto;
}
}

.scroll {
height: 100vsh;
max-height: 100vsh;
overflow: auto;
}

</style>
<script type="text/javascript" src="js/jquery.json-2.2.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
</head>

<body class="nrs nrs-detach">
<div wicket:id="widget"></div>
<div wicket:id="widget" class="scroll"></div>
</body>
</html>

0 comments on commit 6f595d4

Please sign in to comment.