mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-25 19:05:37 +00:00
Changed height of tabs when logged in
This commit is contained in:
@@ -911,7 +911,7 @@ nav ul li:hover, nav ul li.active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabs_height{
|
.tabs_height{
|
||||||
height:91% !important;
|
height:calc(100vh - 48px - 64px) !important;
|
||||||
overflow:auto;
|
overflow:auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user