##// END OF EJS Templates
set z-index on output_wrapper...
Min RK -
Show More
@@ -1,7 +1,9 b''
1 1 div.output_wrapper {
2 2 /* this position must be relative to enable descendents to be absolute within it */
3 3 position: relative;
4 .vbox()
4 .vbox();
5 // avoid scrolled output overlaying input in some strange circumstances
6 z-index: 1;
5 7 }
6 8
7 9 /* class for the output area when it should be height-limited */
@@ -747,6 +747,7 b' div.output_wrapper {'
747 747 display: flex;
748 748 flex-direction: column;
749 749 align-items: stretch;
750 z-index: 1;
750 751 }
751 752 /* class for the output area when it should be height-limited */
752 753 div.output_scroll {
@@ -9536,6 +9536,7 b' div.output_wrapper {'
9536 9536 display: flex;
9537 9537 flex-direction: column;
9538 9538 align-items: stretch;
9539 z-index: 1;
9539 9540 }
9540 9541 /* class for the output area when it should be height-limited */
9541 9542 div.output_scroll {
General Comments 0
You need to be logged in to leave comments. Login now