Selaa lähdekoodia

Centered moe max-height fix

Vijayakrishnan 3 vuotta sitten
vanhempi
commit
c028e68fa9
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      config/app.php
  2. 1 1
      public/css/style.css

+ 1 - 1
config/app.php

@@ -65,7 +65,7 @@ return [
 
     'hrm2_url' => env('HRM2_URL'),
 
-    'asset_version' => 102,
+    'asset_version' => 103,
 
 
     'temp_dir' => env('TEMP_DIR'),

+ 1 - 1
public/css/style.css

@@ -356,7 +356,7 @@ body>nav.navbar {
 [moe][center] [url]:not([show]) {
     position: fixed;
     top: 10%;
-    max-height: 88%;
+    max-height: 88vh;
     overflow-y: auto;
     overflow-x: hidden;
     left: calc(50% - 250px);