Skip to content

Commit

Permalink
activate metabox and make it relative
Browse files Browse the repository at this point in the history
  • Loading branch information
riedde committed Nov 23, 2022
1 parent 93828fd commit 118646b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eoTheme/sass/etc/annotation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,14 @@ $content_baseFont_size: 14px;
height: 100%;

.metaBox {
display: none;
/* display: none;*/
border: 1px solid #999999;

@include background(linear-gradient(top, $metaBox_bg, darken($metaBox_bg, 20%)));
@include border-radius(5px, 5px);

padding: 10px;
position: absolute;
position: relative;
bottom: 10px;
left: 10px;
width: 240px;
Expand Down

0 comments on commit 118646b

Please sign in to comment.