diff --git a/index.html b/index.html index a4359a0..c844ed8 100644 --- a/index.html +++ b/index.html @@ -7,29 +7,34 @@ -
- 🃏 Ultimate Drinking Cards 🍺 -
+
Ultimate Drinking Cards
diff --git a/style.css b/style.css index b1050ba..a788d08 100644 --- a/style.css +++ b/style.css @@ -55,6 +55,8 @@ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); z-index: 1001; min-width: 200px; + max-height: 380px; /* Set a maximum height for the dropdown */ + overflow-y: auto; /* Enable vertical scrolling */ padding: 10px 0; } @@ -204,8 +206,8 @@ body { .card .card-front, .card .card-back { position: absolute; - width: 92%; - height: 95%; + width: 100%; + height: 100%; backface-visibility: hidden; display: flex; justify-content: center;