diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-03-14 22:29:00 -0400 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-03-14 22:29:00 -0400 |
| commit | 433909d26b555fa8fb837dbf06e1620b3b483377 (patch) | |
| tree | 5473b2a275c2ec0fb9412ac3e63bfc086bd814cc /src/client/views/nodes/WebBox.scss | |
| parent | 599656b2dde4ba56e8cb6bbf9fb0fe2dee43c809 (diff) | |
| parent | f8e0f7b7712375341d95a68bc78d6369e9b1deb5 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into filters
Diffstat (limited to 'src/client/views/nodes/WebBox.scss')
| -rw-r--r-- | src/client/views/nodes/WebBox.scss | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/src/client/views/nodes/WebBox.scss b/src/client/views/nodes/WebBox.scss index 198e7ef10..cdff4aa74 100644 --- a/src/client/views/nodes/WebBox.scss +++ b/src/client/views/nodes/WebBox.scss @@ -6,8 +6,18 @@ position: relative; display: flex; - - + .webBox-overlayButton-sidebar { + background: #121721; + height: 25px; + width: 25px; + right: 0; + display: flex; + position: absolute; + align-items: center; + justify-content: center; + border-radius: 3px; + pointer-events: all; + } .webBox-tagList { display: flex; flex-direction: row; |
