Skip to content

Commit 17885c9

Browse files
committed
Fikser høyde på venstremeny
1 parent 506c204 commit 17885c9

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/components/left-section/AppLeftSection.module.css

+1-5
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,10 @@
88

99
.root,
1010
.categoriesAndSearch {
11-
/*position: relative;*/
12-
1311
display: flex;
1412
flex-direction: column;
15-
/*height: 100%;*/
16-
/*width: 100%;*/
17-
1813
overflow: hidden;
14+
height: 100%;
1915
}
2016

2117
.categoriesAndSearchResult {

src/components/left-section/search/search-result/SearchResult.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useState } from 'react';
1+
import React from 'react';
22
import { classNames } from '../../../../utils/classNames';
33
import { Alert, Button, Heading, Pagination } from '@navikt/ds-react';
44
import { SearchResultHit } from './search-hit/SearchResultHit';

0 commit comments

Comments
 (0)