add stocking page

This commit is contained in:
zadit frontend
2024-08-03 07:29:36 +00:00
parent c4654ce64f
commit 5b4de33afb
21 changed files with 990 additions and 248 deletions

View File

@@ -13,13 +13,12 @@
.modalContent {
background: white;
padding: 20px;
border-radius: 5px;
width: 80%;
width: 90%;
height: 80%;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
position: relative;
overflow: auto; /* Add this line to enable scrolling */
overflow: hidden; /* Add this line to enable scrolling */
}
.closeButton {