mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-04-03 18:20:29 +02:00
Fix maximize modal
This commit is contained in:
parent
a321ae1582
commit
c76814b7ca
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ $nav-font-height: 16px;
|
|||
|
||||
.maximize-modal {
|
||||
section {
|
||||
top: ($general-padding * 2) + $nav-font-height + 13px;;
|
||||
top: ($general-padding * 2) + $nav-font-height + 15px;
|
||||
bottom: ($general-padding * 2) + $nav-font-height + 10px;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue