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:
1
ifm.php
1
ifm.php
@@ -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 {
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
body {
|
body {
|
||||||
padding-top: 70px;
|
padding-top: 70px;
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
|
Reference in New Issue
Block a user