Skip to content

Commit b2a86c4

Browse files
committed
fix: close button alignment
1 parent eec11b3 commit b2a86c4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

javascript/tokenscript-viewer/src/components/molecules/popover-dialog.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,9 @@
7474
margin-top: 50px;
7575
}
7676

77-
.popover-container.fullscreen .close-btn {
78-
top: -40px;
79-
}
80-
8177
.close-btn {
8278
position: absolute;
83-
top: -36px;
79+
top: -40px;
8480
right: 10px;
8581
font-size: 24px;
8682
background: none;

0 commit comments

Comments
 (0)