equal
deleted
inserted
replaced
92 right: 0; |
92 right: 0; |
93 display: flex; |
93 display: flex; |
94 flex-direction: column; |
94 flex-direction: column; |
95 justify-content: flex-end; |
95 justify-content: flex-end; |
96 .session-notes { |
96 .session-notes { |
97 overflow-y: auto; |
97 overflow-y: hidden; |
98 width: 100%; |
98 width: 100%; |
|
99 display: flex; |
99 flex: 1; |
100 flex: 1; |
|
101 > * { |
|
102 padding-left: ($grid-gutter-width / 2); |
|
103 padding-right: ($grid-gutter-width / 2); |
|
104 } |
|
105 .notes-affix { |
|
106 min-width: 25%; |
|
107 } |
|
108 .notes-list { |
|
109 overflow-y: auto; |
|
110 } |
100 } |
111 } |
101 } |
112 } |
102 |
113 |
103 @keyframes App-logo-spin { |
114 @keyframes App-logo-spin { |
104 from { transform: rotate(0deg); } |
115 from { transform: rotate(0deg); } |