fix automatic scrolling
This commit is contained in:
parent
628961026b
commit
5032af8ab3
3 changed files with 34 additions and 7 deletions
|
@ -69,7 +69,7 @@ $ openssl req -nodes -newkey rsa:2048 -keyout relay.pem -x509 -days 365 -out rel
|
|||
<button class="btn btn-lg btn-primary" ng-click="connect()">Connect!</button>
|
||||
</form>
|
||||
</div>
|
||||
<div ng-show="connected">
|
||||
<div class="content" ng-show="connected">
|
||||
<nav class="navbar navbar-default navbar-inverse navbar-fixed-top" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue