-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix top and bottom shadow of columns (#357)
A few bugs exist related to column shadows. Top shadow is shown when there are no elements behind header and hidden when there are. Bottom shadow sticks to the column as a user scrolls. These are not the intended behaviour of the shadows to indicate presence of elements behind above or below columns respectively. Let's update the CSS to correspond to appropriate shadow behaviours.
- Loading branch information
1 parent
a5e695a
commit 5ff13fe
Showing
3 changed files
with
22 additions
and
26 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,5 +1,6 @@ | ||
.card { | ||
margin: 8px 0px 8px 0px; | ||
background-color: transparent; | ||
} | ||
|
||
.mat-card { | ||
|