|
|
@ -292,10 +292,23 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/******************************* |
|
|
|
States |
|
|
|
*******************************/ |
|
|
|
|
|
|
|
.ui.active.modal { |
|
|
|
display: block; |
|
|
|
} |
|
|
|
|
|
|
|
/******************************* |
|
|
|
Variations |
|
|
|
Variations |
|
|
|
*******************************/ |
|
|
|
|
|
|
|
/*-------------- |
|
|
|
Scrolling |
|
|
|
---------------*/ |
|
|
|
|
|
|
|
/* A modal that cannot fit on the page */ |
|
|
|
.scrolling.dimmable.dimmed { |
|
|
|
overflow: hidden; |
|
|
@ -307,12 +320,30 @@ |
|
|
|
.scrolling.dimmable > .dimmer { |
|
|
|
position: fixed; |
|
|
|
} |
|
|
|
|
|
|
|
.ui.scrolling.modal { |
|
|
|
position: static; |
|
|
|
.modals.dimmer .ui.scrolling.modal { |
|
|
|
position: static !important; |
|
|
|
margin: @scrollingMargin auto !important; |
|
|
|
} |
|
|
|
|
|
|
|
/* undetached scrolling */ |
|
|
|
.scrolling.undetached.dimmable.dimmed { |
|
|
|
overflow: auto; |
|
|
|
-webkit-overflow-scrolling: touch; |
|
|
|
} |
|
|
|
.scrolling.undetached.dimmable.dimmed > .dimmer { |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
.scrolling.undetached.dimmable .ui.scrolling.modal { |
|
|
|
position: absolute; |
|
|
|
left: 50%; |
|
|
|
margin-top: @scrollingMargin !important; |
|
|
|
} |
|
|
|
|
|
|
|
/* Coupling with Sidebar */ |
|
|
|
.undetached.dimmable.dimmed > .pusher { |
|
|
|
z-index: auto; |
|
|
|
} |
|
|
|
|
|
|
|
@media only screen and (max-width : @computerBreakpoint) { |
|
|
|
.ui.scrolling.modal { |
|
|
|
margin-top: @mobileScrollingMargin; |
|
|
@ -320,17 +351,6 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/******************************* |
|
|
|
States |
|
|
|
*******************************/ |
|
|
|
|
|
|
|
.ui.active.modal { |
|
|
|
display: block; |
|
|
|
} |
|
|
|
|
|
|
|
/******************************* |
|
|
|
Variations |
|
|
|
*******************************/ |
|
|
|
|
|
|
|
/*-------------- |
|
|
|
Full Screen |
|
|
|