|
|
@@ -803,6 +803,9 @@ $(document).ready(function() {
|
|
|
// show map
|
|
|
structureFrameDetails.find('#structure-details-map').first().show();
|
|
|
}
|
|
|
+
|
|
|
+ // ux fix: don't know why, but the topbar is above the screen without this
|
|
|
+ structureFrameDetails.scrollTop(0);
|
|
|
}
|
|
|
|
|
|
structureFrame.on('click', '.structure-see', function(e) {
|