1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-31 10:01:50 +02:00

Designs: Fix on mobile (fix #985)

This commit is contained in:
Jakub Vrana
2025-04-04 20:54:26 +02:00
parent 79ae6d8541
commit a43a9fbd52
4 changed files with 12 additions and 6 deletions

View File

@@ -726,6 +726,10 @@ legend{
/* menu
----------------------------------------------------------------------- */
#foot{
height: 100%;
}
#menu{
height: 100%;
width: 300px;
@@ -739,6 +743,7 @@ legend{
top: 0;
overflow-y: overlay;
overflow-y: auto; /* needed for firefox 2017-03-05 */
z-index: 10;
}
#menu p {