We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b113c commit 5598a80Copy full SHA for 5598a80
app/assets/stylesheets/_sidebar.scss
@@ -2,7 +2,6 @@
2
3
.sidebar {
4
&--wrapper {
5
- position: fixed;
6
z-index: 1;
7
margin-right: 15px;
8
}
app/views/layouts/application.html.erb
@@ -38,10 +38,11 @@
38
39
<div id="app">
40
<div style="display: flex;">
41
- <div style="flex: 1; margin-right: 16px;">
+ <div style="width: 25%;">
42
<%= render 'shared/sidebar' %>
43
</div>
44
- <div style="flex: 4; min-width: 300px;">
+ <%# <div style="flex: 1; flex-basis: 25%; max-width: 25%;"></div> %>
45
+ <div style="flex: 4; flex-basis: 75%;">
46
<%= yield %>
47
48
0 commit comments