We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4095561 commit aab1fbcCopy full SHA for aab1fbc
src/stylesheets/main.scss
@@ -2,9 +2,9 @@
2
@import "../../bower_components/angular-bootstrap/ui-bootstrap-csp";
3
// BookingBug mixins
4
5
-@import "bb-modals";
6
@import "bb-toggle-switch";
7
+
8
[pricepicker] {
9
10
position: relative;
@@ -39,6 +39,10 @@ div.loader {
39
}
40
41
42
+.modal {
43
+ overflow-y: scroll;
44
+}
45
46
[bb-loading-spinner] {
47
div.loader-wrapper {
48
position: absolute;
0 commit comments