Skip to content

Commit

Permalink
Add shadow to annotation boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed May 30, 2023
1 parent b387d67 commit d4d8378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jupytercad-extension/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ div.jpcad-toolbar-widget > div.jp-Toolbar-item:last-child {
.jcad-FloatingAnnotation {
position: absolute;
width: 250px;
box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
}

.jpcad-Annotations {
Expand Down

0 comments on commit d4d8378

Please sign in to comment.