回答編集履歴
1
chousei
answer
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
適当にラップして微妙な位置調整をすればよいのでは?
|
2
2
|
```
|
3
3
|
<style>
|
4
|
-
.wrap{position:relative;width: max-content;
|
4
|
+
.wrap{position:relative;width: max-content;}
|
5
5
|
.wrap .clearButton{position:absolute;bottom:3px;right:3px;}
|
6
6
|
</style>
|
7
7
|
<div class="wrap">
|