Commit f72a693a authored by vsunke-nisum-com's avatar vsunke-nisum-com Committed by rbonthala-nisum-com

Feature/mt 147 (#156)

* MT-147

* MT--147
parent edbd450f
...@@ -123,16 +123,19 @@ md-dialog{ ...@@ -123,16 +123,19 @@ md-dialog{
padding-left: 10.667px; padding-left: 10.667px;
height: 48px; height: 48px;
cursor: pointer; cursor: pointer;
position: relative; /* position: relative; */
position: sticky;
top: 0;
display: flex; display: flex;
width: auto; width: auto;
position: fixed; /* position: fixed; */
z-index: 10; /* z-index: 10; */
z-index: 1;
background: white; background: white;
width: 100%; width: 100%;
} }
.optionScroll{ .optionScroll{
margin-top:50px; margin-top:0px;
} }
.selectHeader .md-content._md { .selectHeader .md-content._md {
max-height: 240px; max-height: 240px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment