Skip to content

Commit 70e9e29

Browse files
fixup! fixup! Replace input form with NcTextField
Signed-off-by: julia.kirschenheuter <[email protected]>
1 parent 91ccd3d commit 70e9e29

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

core/src/views/ContactsMenu.vue

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,7 @@ export default {
192192
display: flex;
193193
flex-direction: column;
194194
overflow: hidden;
195-
height: calc(100vh - 150px);
196-
max-height: 100%;
197-
min-height: 100%;
195+
max-height: calc(50px * 6 + 2px + 26px);
198196
199197
label[for="contactsmenu__menu__search"] {
200198
font-weight: bold;
@@ -215,13 +213,9 @@ export default {
215213
}
216214
217215
&__content {
218-
/* fixed max height of the parent container without the search input */
219-
height: calc(100vh - 50px * 3 - 60px);
220-
max-height: calc(50px * 5);
221-
min-height: calc(50px * 3.5 - 50px);
222216
overflow-y: auto;
223217
margin-top: 10px;
224-
flex: 1 0;
218+
flex: 1 1 auto;
225219
226220
&__footer {
227221
display: flex;

0 commit comments

Comments
 (0)