You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2017/05/29 22:25:53 UTC

git commit: [flex-asjs] [refs/heads/release0.8.0] - Fix/improvement - Add class "cardWithDropDownList" which can be used by MDL Card - It allows to use DropDownList component inside Card without cropping issue

Repository: flex-asjs
Updated Branches:
  refs/heads/release0.8.0 de199f99e -> 598e94d5d


Fix/improvement - Add class "cardWithDropDownList" which can be used by MDL Card - It allows to use DropDownList component inside Card without cropping issue


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/598e94d5
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/598e94d5
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/598e94d5

Branch: refs/heads/release0.8.0
Commit: 598e94d5dea58fd8ecf42a98f8d41e8e693c6970
Parents: de199f9
Author: piotrz <pi...@apache.org>
Authored: Tue May 30 00:25:49 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Tue May 30 00:25:49 2017 +0200

----------------------------------------------------------------------
 .../MaterialDesignLite/src/main/resources/defaults.css         | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/598e94d5/frameworks/projects/MaterialDesignLite/src/main/resources/defaults.css
----------------------------------------------------------------------
diff --git a/frameworks/projects/MaterialDesignLite/src/main/resources/defaults.css b/frameworks/projects/MaterialDesignLite/src/main/resources/defaults.css
index 5b131b7..fa2d39a 100644
--- a/frameworks/projects/MaterialDesignLite/src/main/resources/defaults.css
+++ b/frameworks/projects/MaterialDesignLite/src/main/resources/defaults.css
@@ -34,6 +34,12 @@
 .material-icons.md-light { color: rgba(255, 255, 255, 1); }
 .material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }
 
+.cardWithDropDownList
+{
+    overflow: visible !important;
+    z-index: initial !important;
+}
+
 TextField
 {
     IBeadModel: ClassReference("org.apache.flex.html.beads.models.TextModel");