mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
Merge pull request #119 from SpiritLevel/master
FIX horizontal alignment shifts when vertical scroll bar appears
This commit is contained in:
commit
650cd5c81f
@ -5,6 +5,7 @@ html {
|
|||||||
padding-bottom: 40px;
|
padding-bottom: 40px;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
*, *:before, *:after {
|
*, *:before, *:after {
|
||||||
|
Loading…
Reference in New Issue
Block a user