Skip to content

Commit

Permalink
Merge pull request #287 from Kitware/fix-app-override
Browse files Browse the repository at this point in the history
fix(documentation): Update overridden index.html
  • Loading branch information
floryst authored Dec 31, 2019
2 parents 6c4e2a3 + bb6055b commit 6292a21
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions documentation/app-override/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@
<meta name="description" content="Data Viewer in a browser">
<link inline rel="icon" type="image/png" href="ParaView.png">
<style type="text/css">
/* override vuetify */
html {
overflow: hidden !important;
}
/* override vuetify for mobile */
html {
position: fixed; top: 0; bottom: 0; left: 0; right: 0;
overflow: hidden !important;
}
</style>
<link type="text/css" rel="stylesheet" href="vendors.css" />
<link type="text/css" rel="stylesheet" href="glance.css" />

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-90338862-10"></script>
Expand Down

0 comments on commit 6292a21

Please sign in to comment.