Skip to content

Commit

Permalink
more popup styling
Browse files Browse the repository at this point in the history
  • Loading branch information
plt-amy committed Dec 22, 2024
1 parent fc13eb2 commit 22e1127
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion support/web/css/components/popup.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
.hover-popup, div.sourceCode.hover-popup {
div.hover-popup, div.hover-popup.sourceCode {
display: none;
@include widescreen { display: block; }

position: absolute;
z-index: 100;

Expand All @@ -16,6 +19,10 @@
padding: 0.3em;
border: 0;
margin: 0;

&:before {
display: none;
}
}

.text-popup {
Expand Down

0 comments on commit 22e1127

Please sign in to comment.