summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/style.css b/src/style.css
index f98515c..84a9387 100644
--- a/src/style.css
+++ b/src/style.css
@@ -175,7 +175,6 @@ nav li a, #lang-selected {
}
nav li {
- position: relative;
background-color: var(--secondary-color);
}
@@ -198,11 +197,15 @@ nav li:hover a, li:hover > #lang-selected {
nav ul > * {
flex-grow: 1;
text-align: center;
+ overflow-y: visible;
+ height: auto;
}
#lang-dd {
max-height: 50vh;
overflow: auto;
+ right: 0;
+ width: 20%;
}
.unavailable {