mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Create sticky run code button for notebook code cell (#11903)
* update css for run code button * rm extra position change
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
*--------------------------------------------------------------------------------------------*/
|
*--------------------------------------------------------------------------------------------*/
|
||||||
-->
|
-->
|
||||||
<div style="width: 100%; height: 100%; display: flex; flex-flow: row" (mouseover)="hover=true" (mouseleave)="hover=false">
|
<div style="width: 100%; height: 100%; display: flex; flex-flow: row" (mouseover)="hover=true" (mouseleave)="hover=false">
|
||||||
<div style="flex: 1 1 auto; flex-flow: column; overflow: hidden;">
|
<div style="flex: 1 1 auto; flex-flow: column;">
|
||||||
<div style="display: flex; flex-flow: row">
|
<div style="display: flex; flex-flow: row">
|
||||||
<div #toolbar class="toolbar"></div>
|
<div #toolbar class="toolbar"></div>
|
||||||
<div style="flex: 1 1 auto; overflow: hidden;">
|
<div style="flex: 1 1 auto; overflow: hidden;">
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ code-component .toolbar.markdown {
|
|||||||
|
|
||||||
code-component .toolbar .carbon-taskbar {
|
code-component .toolbar .carbon-taskbar {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0px;
|
top: -16px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user