Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
fix: fix user's dropdown menu boundaries
Browse files Browse the repository at this point in the history
  • Loading branch information
MMcLovin committed Oct 9, 2023
1 parent b5065a4 commit a7a1349
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}{% endblock title %} | Virtual Judge</title>

<style>
.dropdown-menu {
left: 12% !important;
transform: translateX(-35%);
}
.dropdown{
left: -2%;
transform: translateX(-2);
}
</style>

</head>
<body class="bg-light">
<header>
Expand Down

0 comments on commit a7a1349

Please sign in to comment.