Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
  • Loading branch information
ixnur committed Aug 18, 2023
1 parent 71e9351 commit 92636f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/envanter/teplates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,16 @@
position: fixed;
top: 50%;
left: 50%;
max-width: 400px; /* Sayfa genişliğinin yüzde 80'i kadar maksimum genişlik */
max-height: 500px;
overflow-y: auto; /* Eğer içerik pop-up sığmazsa kaydırma çubukları görünsün */
transform: translate(-50%, -50%);
background-color: #6b6b6b;
border: 1px solid #ddd;
border-radius: 4px;
padding: 20px;
padding-left: 10px;
padding-right: 20px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.popup form {
Expand Down

0 comments on commit 92636f9

Please sign in to comment.