Skip to content

Commit e368986

Browse files
fix: updated css
1 parent bc50a4b commit e368986

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

  • frontend/packages/volto-searchblocks/src/components/SearchBlocks
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
.ReactVirtualized__Grid.ReactVirtualized__List {
2-
width: 100%;
2+
width: 100% !important;
33
}
44

55
.ReactVirtualized__Grid__innerScrollContainer {
6-
max-width: 100%;
6+
width: 100% !important;
7+
max-width: 100% !important;
8+
}
9+
10+
.react-select__menu {
11+
z-index: 99;
712
}

0 commit comments

Comments
 (0)