1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-30 02:49:48 +02:00

fixed static vertical scrollbar to prevent ugly design jumps

This commit is contained in:
Marco Dickert
2017-02-17 15:35:11 +01:00
parent 44dfe7d3fc
commit 404952596e
2 changed files with 2 additions and 0 deletions

View File

@@ -264,6 +264,7 @@ class IFM {
.icon-trash:before { content: '\f1f8'; } /* '' */ <?php print '</style> .icon-trash:before { content: '\f1f8'; } /* '' */ <?php print '</style>
<style type="text/css">';?> body { <style type="text/css">';?> body {
padding-top: 70px; padding-top: 70px;
overflow-y: scroll;
} }
.icon { .icon {

View File

@@ -1,5 +1,6 @@
body { body {
padding-top: 70px; padding-top: 70px;
overflow-y: scroll;
} }
.icon { .icon {