-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed layout problems and added Multitext to the columns
- Loading branch information
v.sanchez
authored and
v.sanchez
committed
Jul 7, 2021
1 parent
64f211e
commit 51e66fd
Showing
4 changed files
with
19 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
.VictorSanchez\.MultiselectRecordsEntity .gridContainer{ | ||
height: 100%; | ||
overflow-y: auto; | ||
overflow-x: auto; | ||
position: relative; | ||
} | ||
|
||
.VictorSanchez\.MultiselectRecordsEntity .container{ | ||
position: absolute; | ||
min-height: 500px; | ||
position: relative; | ||
box-shadow: rgba(0, 0, 0, 0.133) 0px 0px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0px 1.8px 0px; | ||
z-index: 1995; | ||
} | ||
} | ||
.VictorSanchez\.MultiselectRecordsEntity .scrollableContainer, .VictorSanchez\.MultiselectRecordsEntity .ms-ScrollablePane--contentContainer { | ||
position: relative; | ||
} | ||
|
||
.VictorSanchez\.MultiselectRecordsEntity .detailsListClass { | ||
max-height: 500px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters