@@ -69,7 +69,6 @@
.detail {
position: absolute;
- width: 400px;
// min-height: 300px;
max-height: 600px;
// top: 5px;
@@ -83,6 +82,16 @@
padding: 10px 20px;
box-shadow: 0px 0px 10px gray;
overflow-y: auto;
+ width: 300px;
+ max-width: 400px;
+
+ &::scrollbar {
+ display: none;
+ }
+ &::-webkit-scrollbar {
// filter: blur(10px);
p {