mirror of
https://github.com/overte-org/overte.git
synced 2025-04-24 20:34:20 +02:00
re-affix the DS settings sidebar
This commit is contained in:
parent
979f33ade5
commit
e7433adc96
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
<div class="row">
|
||||
<div class="col-md-3 col-sm-3" id="setup-sidebar-col">
|
||||
<div id="setup-sidebar" class="hidden-xs">
|
||||
<div id="setup-sidebar" class="hidden-xs" data-spy="affix" data-offset-top="55" data-clampedwidth="#setup-sidebar-col">
|
||||
<script id="list-group-template" type="text/template">
|
||||
<% _.each(descriptions, function(group){ %>
|
||||
<li>
|
||||
|
|
Loading…
Reference in a new issue