mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed wrapper height, and issues with empty channel
This commit is contained in:
@@ -1666,6 +1666,10 @@ nav ul li:hover, nav ul li.active {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#wrapper{
|
||||
min-height: 75px;
|
||||
}
|
||||
|
||||
.click-through{
|
||||
pointer-events: none;
|
||||
}
|
||||
@@ -1918,7 +1922,6 @@ nav ul li:hover, nav ul li.active {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
/*padding-right: 5vh;*/
|
||||
opacity: 1;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user