Skip to content
Snippets Groups Projects
Unverified Commit c21c0db9 authored by Samuel Couillard's avatar Samuel Couillard Committed by GitHub
Browse files

Fix Modal padding bug (#4548)

* Fix modal jump

* Remove unused space
parent f6b08b56
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,10 @@ body {
}
}
.modal-open {
padding-right: 0 !important;
}
//TODO: samuel - need to confirm for Browsers compatibility (maybe Scope this a bit more?)
input[type='search']::-webkit-search-cancel-button {
-webkit-appearance: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment